mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
chore: using a tag instead of div
This commit is contained in:
parent
4cab62953f
commit
7bed39a1d4
@ -9,7 +9,7 @@ import DiscordAvatar from './DiscordAvatar'
|
|||||||
const BotCard = ({ manage=false, bot }: BotProps): JSX.Element => {
|
const BotCard = ({ manage=false, bot }: BotProps): JSX.Element => {
|
||||||
return (
|
return (
|
||||||
<Link href={makeBotURL(bot)}>
|
<Link href={makeBotURL(bot)}>
|
||||||
<div className='container mb-16 transform hover:-translate-y-1 transition duration-100 ease-in cursor-pointer'>
|
<a className='container mb-16 transform hover:-translate-y-1 transition duration-100 ease-in cursor-pointer'>
|
||||||
<div className='relative'>
|
<div className='relative'>
|
||||||
<div className='container mx-auto'>
|
<div className='container mx-auto'>
|
||||||
<div className='h-full'>
|
<div className='h-full'>
|
||||||
@ -81,7 +81,7 @@ const BotCard = ({ manage=false, bot }: BotProps): JSX.Element => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user