From 5d437c29b2443914466e4143bb6cab1778c0ae41 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:58:01 -0600 Subject: [PATCH] refactor: remove header and navbar --- apps/website/components/SlimLayout.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/website/components/SlimLayout.tsx b/apps/website/components/SlimLayout.tsx index cc32991e..68345e21 100644 --- a/apps/website/components/SlimLayout.tsx +++ b/apps/website/components/SlimLayout.tsx @@ -7,9 +7,6 @@ export function SlimLayout() { const t = useTranslations("404"); return ( <> -
-
-

404

@@ -22,9 +19,6 @@ export function SlimLayout() {

-
-
); }