From d0910a001ad096c34dc22833ad7685bb69eb5fa6 Mon Sep 17 00:00:00 2001 From: ajstrongdev <90976178+ajstrongdev@users.noreply.github.com> Date: Fri, 20 Sep 2024 22:51:33 +0100 Subject: [PATCH] Add: desktop navbar Add a specific navbar for the desktop + tablets, so that it doesn't share the mobile menu. --- src/components/navbar.jsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/navbar.jsx b/src/components/navbar.jsx index c29737a..8879146 100644 --- a/src/components/navbar.jsx +++ b/src/components/navbar.jsx @@ -45,17 +45,22 @@ function NavBar() { -