mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: remove header and navbar
This commit is contained in:
@@ -7,9 +7,6 @@ export function SlimLayout() {
|
|||||||
const t = useTranslations("404");
|
const t = useTranslations("404");
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div>
|
|
||||||
<Header />
|
|
||||||
</div>
|
|
||||||
<main className="flex flex-auto items-center justify-center text-center">
|
<main className="flex flex-auto items-center justify-center text-center">
|
||||||
<div>
|
<div>
|
||||||
<h1 className="mb-4 text-6xl font-semibold text-primary">404</h1>
|
<h1 className="mb-4 text-6xl font-semibold text-primary">404</h1>
|
||||||
@@ -22,9 +19,6 @@ export function SlimLayout() {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<div>
|
|
||||||
<Footer />
|
|
||||||
</div>
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user