From 700b7774b1be6ce9c589e2ce2cf7ca2338dea08f Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 22 Oct 2025 23:32:37 +0200 Subject: [PATCH] Margin 404 --- web/pages/404.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/pages/404.tsx b/web/pages/404.tsx index e68fd933..e789bf05 100644 --- a/web/pages/404.tsx +++ b/web/pages/404.tsx @@ -10,6 +10,7 @@ import {SEO} from "web/components/SEO"; export default function Custom404(props: { customText?: string }) { + // console.log('props:', props) return ( - + 404: Oops! {customText ?

{customText}

:

I can't find that page.

}