From 7dac0bbe40a40216fda1e419faa33dbbbe74eb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EA=B0=95=ED=98=84?= Date: Fri, 20 Oct 2023 10:10:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=98=EB=A0=A4=20=EC=8B=9D=EB=AC=BC?= =?UTF-8?q?=20=EC=83=81=EC=84=B8,=20=ED=83=80=EC=9E=84=EB=9D=BC=EC=9D=B8?= =?UTF-8?q?=20Navbar=20=EC=88=A8=EA=B8=B0=EA=B8=B0=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?(#472)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: 반려 식물 상세, 타임라인 Navbar 숨기기 추가 --- frontend/src/pages/@common/RootTemplate/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/@common/RootTemplate/index.tsx b/frontend/src/pages/@common/RootTemplate/index.tsx index 1069fab0..26bffa63 100644 --- a/frontend/src/pages/@common/RootTemplate/index.tsx +++ b/frontend/src/pages/@common/RootTemplate/index.tsx @@ -9,9 +9,11 @@ import { PageArea, Wrapper } from './RootTemplate.style'; import { GUIDE, URL_PATH } from 'constants/index'; const NO_NAVIGATION_BAR_URLS = [ - URL_PATH.petRegisterForm, URL_PATH.dictDetail, + URL_PATH.petRegisterForm, + URL_PATH.petDetail, URL_PATH.petEdit, + URL_PATH.timeline, URL_PATH.login, URL_PATH.authorization, ].map((path) => ({ path }));