diff --git a/components/BotCard.tsx b/components/BotCard.tsx index 0fc02d2..5e95eb3 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -54,7 +54,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => { (bot.partnered || bot.trusted) && bot.vanity ? bot.vanity : bot.id }`} > - + 보기 @@ -65,7 +65,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => { bot.url ?? `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' > 초대하기