From b3f614db1dd48fe26830c3c2b50182e3068f921d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Mon, 25 Jan 2021 21:32:27 +0900 Subject: [PATCH] chore: added transition in button --- components/BotCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' > 초대하기