From 19bf2281ca70b8431acd0baef00d2aef49f996ee Mon Sep 17 00:00:00 2001 From: Matthias Stefan Bodenbenner <m.bodenbenner@wzl-mq.rwth-aachen.de> Date: Sun, 13 Oct 2024 16:18:24 +0200 Subject: [PATCH] Update Layout.tsx --- src/app/Layout/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Layout/Layout.tsx b/src/app/Layout/Layout.tsx index b9d9ece..2ce8d91 100644 --- a/src/app/Layout/Layout.tsx +++ b/src/app/Layout/Layout.tsx @@ -17,7 +17,7 @@ const Layout = (): JSX.Element => { <NavigationBar /> {/*Create a Stack container to hold the main content and footer*/} <Stack direction="column" margin={0} justifyContent="flex-start" spacing={1} sx={{ mt: 8, p: 1, width: '100%' }}> - <DemoBar /> + {/*<DemoBar />*/} {/*Use a Switch to render the appropriate route component*/} <Switch> {routes.map(({ path, Component }, key) => ( -- GitLab