From ea419d6caf3b6485491b4e822de7eade4c485684 Mon Sep 17 00:00:00 2001 From: leejin_rho Date: Thu, 27 Jun 2024 10:30:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20NavBar=20jsx=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/NavBar.tsx b/components/NavBar.tsx index d7f5887..0b58248 100644 --- a/components/NavBar.tsx +++ b/components/NavBar.tsx @@ -52,7 +52,7 @@ const NavBar = () => { - + ); };