From 92a6e9fb03ab654ed9c556c520b757ebb286e1d5 Mon Sep 17 00:00:00 2001 From: vickytechkey Date: Thu, 20 Aug 2026 21:57:30 +0530 Subject: [PATCH] fix: restore official Bulma brand and burger navigation layout to prevent header overlapping --- src/App.tsx | 79 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 27 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6fe7019..f441f58 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -808,35 +808,60 @@ export default function App() { <> {/* Dynamic Header */} {currentPage !== 'dashboard' && ( - )} {/* Main Content Area */} {currentPage !== 'dashboard' ? (