From 1f9588485b5868bb8e5abac01c4b2f37f9630abf Mon Sep 17 00:00:00 2001 From: Musix Date: Thu, 30 Nov 2023 16:53:30 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Style(#291):=20=ED=85=9C?= =?UTF-8?q?=ED=94=8C=EB=A6=BF=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=B0=98?= =?UTF-8?q?=EC=9D=91=ED=98=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mypage/template/create/page.tsx | 12 +++++----- .../mypage/template/edit/[id]/page.tsx | 22 +++++++++---------- src/components/TabBar/index.tsx | 4 +++- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/src/app/(user-menu)/mypage/template/create/page.tsx b/src/app/(user-menu)/mypage/template/create/page.tsx index 383c7cc6..069691e2 100644 --- a/src/app/(user-menu)/mypage/template/create/page.tsx +++ b/src/app/(user-menu)/mypage/template/create/page.tsx @@ -81,7 +81,7 @@ const CreateTemplatePage = () => { return (
-
+
템플릿 생성
-
+
-
+
{isModify && ( <> diff --git a/src/components/TabBar/index.tsx b/src/components/TabBar/index.tsx index 4cd5bca6..ad6006c8 100644 --- a/src/components/TabBar/index.tsx +++ b/src/components/TabBar/index.tsx @@ -6,6 +6,8 @@ import { usePathname } from "next/navigation"; const TabBar = () => { const path = usePathname(); + console.log(path); + return (
@@ -20,7 +22,7 @@ const TabBar = () => {