diff --git a/app/about/page.tsx b/app/about/page.tsx index 67e5868..a8e13ac 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -12,7 +12,7 @@ const page = () => { <> -
+
void; +}) => { + return ( + + +
+

+ Something went wrong! ノ( OωOノ) +

+ +
+ + + ); +}; + +export default GlobalError; diff --git a/app/layout.tsx b/app/layout.tsx index c9189b5..46baa5e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -41,7 +41,7 @@ export default function RootLayout({ -
+
{children}