Neue Menü Einträge
This commit is contained in:
@@ -55,7 +55,7 @@ function AppContent({ Component, pageProps }: AppProps) {
|
||||
<div className="flex flex-col h-screen overflow-hidden">
|
||||
<Header />
|
||||
<div className="flex flex-grow w-full">
|
||||
<Navigation className="w-1/5" />
|
||||
<Navigation className="w-56" />
|
||||
<main className="w-full flex-grow">
|
||||
{sessionExpired && (
|
||||
<div className="bg-red-500 text-white p-4 text-center">
|
||||
|
||||
Reference in New Issue
Block a user