From c38fd87dcb2cd5796fdbe5bfe42e8f771949f714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sat, 9 Jan 2021 22:56:00 +0900 Subject: [PATCH] feat: added rounded coners --- components/BotCard.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" > 초대하기