From 974d153c581f949ed5090d3fe6bc837ab4b4caa3 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sun, 21 Mar 2021 22:22:05 +0900 Subject: [PATCH] chore: developers application responsive --- pages/developers/applications/bots/[id].tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pages/developers/applications/bots/[id].tsx b/pages/developers/applications/bots/[id].tsx index 8b1e4a4..818820a 100644 --- a/pages/developers/applications/bots/[id].tsx +++ b/pages/developers/applications/bots/[id].tsx @@ -15,6 +15,7 @@ import { ParsedUrlQuery } from 'querystring' import { Bot, BotSpec, ResponseProps, Theme } from '@types' import NotFound from 'pages/404' +import Link from 'next/link' const Button = dynamic(() => import('@components/Button')) const Input = dynamic(() => import('@components/Form/Input')) @@ -56,13 +57,18 @@ const BotApplication: NextPage = ({ user, spec, bot, theme, } if(!bot || !spec) return return + + + 돌아가기 + +

봇 설정

한국 디스코드봇 리스트 API에 사용할 정보를 이곳에서 설정하실 수 있습니다.

-
+
-
+
{ !data ? '' : data.code === 200 ? @@ -77,8 +83,8 @@ const BotApplication: NextPage = ({ user, spec, bot, theme, } -

{bot.name}#{bot.tag}

-
+
+

{bot.name}#{bot.tag}

봇 토큰

{showToken ? spec.token : '******************'}