From 407abec1bf2f868538578f7470f154c3c0f44ff1 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sun, 3 Aug 2025 19:42:36 +0200 Subject: [PATCH] disables navbar for now --- frontend/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index 5972164..183cf27 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -26,7 +26,7 @@ function LayoutContent({ <> {children} - + {/* */} );