From a18749c1416024235bc51701012886fcf0ab1431 Mon Sep 17 00:00:00 2001 From: oikkoikk Date: Fri, 6 Oct 2023 13:31:42 +0900 Subject: [PATCH 1/4] [SWM-339] Fix : logo link href '/' to '/dashboard' --- src/components/gnb/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/gnb/NavBar.tsx b/src/components/gnb/NavBar.tsx index 9c545b9..4dbb1f4 100644 --- a/src/components/gnb/NavBar.tsx +++ b/src/components/gnb/NavBar.tsx @@ -51,7 +51,7 @@ export default function NavBar({ logo, profileDropdown }: Props) {