From e2b124076842a47bec744658708274d58249a0fd Mon Sep 17 00:00:00 2001 From: ppacman Date: Sat, 6 May 2023 16:45:30 +0900 Subject: [PATCH] =?UTF-8?q?[#13]=20=20Feat=20informationPage=20-=20?= =?UTF-8?q?=EB=9D=BC=EC=9A=B0=ED=8C=85=20=EC=B2=98=EB=A6=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/header/components/MenuButtons.tsx | 8 +++----- src/config/pathName.ts | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/header/components/MenuButtons.tsx b/src/components/header/components/MenuButtons.tsx index eb5ca95..ecac726 100644 --- a/src/components/header/components/MenuButtons.tsx +++ b/src/components/header/components/MenuButtons.tsx @@ -11,14 +11,12 @@ export const MenuButtons = () => { return ( - - - + 후기 ); diff --git a/src/config/pathName.ts b/src/config/pathName.ts index b9ffeac..2209e2a 100644 --- a/src/config/pathName.ts +++ b/src/config/pathName.ts @@ -2,6 +2,6 @@ export const pathName = { MAIN: "/", LOGIN: "/login", SIGNUP: "/signUp", - INFORMATION : "/information", + INFORMATION : "/Information", ORDERREVIEW: "/orderReview", };