From b20c33375a3939e4319614588d394fa37b4d679f Mon Sep 17 00:00:00 2001 From: NoLogicAlan <88591830+NoLogicAlan@users.noreply.github.com> Date: Sun, 26 Feb 2023 00:06:52 +0300 Subject: [PATCH] Update InviteBot.tsx --- src/pages/invite/InviteBot.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/pages/invite/InviteBot.tsx b/src/pages/invite/InviteBot.tsx index 1b337910..72de2171 100644 --- a/src/pages/invite/InviteBot.tsx +++ b/src/pages/invite/InviteBot.tsx @@ -61,15 +61,6 @@ const Option = styled.div` font-size: 16px; margin-right: 16px; } - - .select-container { - display: flex; - flex-direction: column; - gap: 14px; - justify-content: space-between; - align-items: center; - width: 100%; - } `; export default function InviteBot() {