From 99ccd0887f1da6aea5cf16fe62407abda6f124b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sun, 10 Jan 2021 12:45:21 +0900 Subject: [PATCH] fix: https://github.com/koreanbots/v2-testing/issues/5 --- components/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 4c41e5b..75b060a 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -5,7 +5,7 @@ const Navbar = (): JSX.Element => { const [navbarOpen, setNavbarOpen] = useState(false) return ( <> -