mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
chore: added transition in button
This commit is contained in:
parent
556211d536
commit
b3f614db1d
@ -54,7 +54,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {
|
|||||||
(bot.partnered || bot.trusted) && bot.vanity ? bot.vanity : bot.id
|
(bot.partnered || bot.trusted) && bot.vanity ? bot.vanity : bot.id
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<a className='rounded-bl-2xl py-3 w-full text-center text-koreanbots-blue hover:text-white text-sm font-bold hover:bg-koreanbots-blue hover:shadow-lg'>
|
<a className='rounded-bl-2xl py-3 w-full text-center text-koreanbots-blue hover:text-white text-sm font-bold hover:bg-koreanbots-blue hover:shadow-lg transition duration-100 ease-in'>
|
||||||
보기
|
보기
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
@ -65,7 +65,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {
|
|||||||
bot.url ??
|
bot.url ??
|
||||||
`https://discordapp.com/oauth2/authorize?client_id=${bot.id}&scope=bot&permissions=0`
|
`https://discordapp.com/oauth2/authorize?client_id=${bot.id}&scope=bot&permissions=0`
|
||||||
}
|
}
|
||||||
className='rounded-br-2xl py-3 w-full text-center text-discord-blurple hover:text-white text-sm font-bold hover:bg-discord-blurple hover:shadow-lg'
|
className='rounded-br-2xl py-3 w-full text-center text-discord-blurple hover:text-white text-sm font-bold hover:bg-discord-blurple hover:shadow-lg transition duration-100 ease-in'
|
||||||
>
|
>
|
||||||
초대하기
|
초대하기
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user