Skip to content
Snippets Groups Projects
Commit 19bf2281 authored by Matthias Stefan Bodenbenner's avatar Matthias Stefan Bodenbenner
Browse files

Update Layout.tsx

parent 7c272d7c
No related branches found
No related tags found
No related merge requests found
Pipeline #471562 passed
......@@ -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) => (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment