diff --git a/components/BotCard.tsx b/components/BotCard.tsx index 1ff3e06..1d259d7 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -11,7 +11,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {
-
+
@@ -23,7 +23,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => { : `https://cdn.discordapp.com/embed/avatars/${Number(bot.tag) % 5}.png?size=1024` } - className="absolute -left-2 -top-8 mx-auto w-32 h-32 bg-white" + className="rounded-full absolute -left-2 -top-8 mx-auto w-32 h-32 bg-white" />
@@ -67,7 +67,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => { (bot.partnered || bot.trusted) && bot.vanity ? bot.vanity : bot.id }`} > - + 보기 @@ -78,7 +78,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => { bot.url ?? `https://discordapp.com/oauth2/authorize?client_id=${bot.id}&scope=bot&permissions=0` } - className="bg 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" > 초대하기