From 792cb0a15286354d5c71e4cab8dcda005234ed5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 6 Jan 2021 13:23:53 +0900 Subject: [PATCH] feat: mobile new menu ui --- components/Navbar.tsx | 71 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 59 insertions(+), 12 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 6a1f1e8..a739b6b 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -5,11 +5,11 @@ const Navbar = (): JSX.Element => { const [navbarOpen, setNavbarOpen] = useState(false) return ( <> -