From 3cc84c6c068c173a608e01ea158b28d0251eb5d7 Mon Sep 17 00:00:00 2001 From: Maaxxs <61059039+MaaxxsDev@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:41:56 +0200 Subject: [PATCH] Use the same hamburger-triggered menu on desktop and mobile The nav links no longer show inline on desktop - clicking the hamburger icon now opens the same fullscreen overlay menu on every screen size, instead of only on mobile. Co-Authored-By: Claude Sonnet 5 --- hifi-src/src/components/Navbar.jsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/hifi-src/src/components/Navbar.jsx b/hifi-src/src/components/Navbar.jsx index ac8a891..d13883e 100644 --- a/hifi-src/src/components/Navbar.jsx +++ b/hifi-src/src/components/Navbar.jsx @@ -86,17 +86,10 @@ export default function Navbar() {
- -