mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +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 => {
|
||||
return (
|
||||
<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='container mx-auto'>
|
||||
<div className='h-full'>
|
||||
@ -81,7 +81,7 @@ const BotCard = ({ manage=false, bot }: BotProps): JSX.Element => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</Link>
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user