From 6079ac1b20c03a78a8c1170ff935c52f7bcddcdb Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sat, 8 May 2021 21:55:40 +0900 Subject: [PATCH] chore: margin top at message --- pages/developers/applications/bots/[id].tsx | 30 +++++++++++---------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/pages/developers/applications/bots/[id].tsx b/pages/developers/applications/bots/[id].tsx index 7da53fd..559fa4e 100644 --- a/pages/developers/applications/bots/[id].tsx +++ b/pages/developers/applications/bots/[id].tsx @@ -66,20 +66,22 @@ const BotApplication: NextPage = ({ user, spec, bot, theme,
- { - !data ? '' : data.code === 200 ? - -

수정 성공!

-

봇 정보를 저장했습니다.

-
: -

{data.message}

-
    - { - data.errors?.map((el, i)=>
  • {el}
  • ) - } -
-
- } +
+ { + !data ? '' : data.code === 200 ? + +

수정 성공!

+

봇 정보를 저장했습니다.

+
: +

{data.message}

+
    + { + data.errors?.map((el, i)=>
  • {el}
  • ) + } +
+
+ } +

{bot.name}#{bot.tag}

봇 토큰