diff --git a/app/about/page.tsx b/app/about/page.tsx index a20a769..cafb243 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -7,7 +7,7 @@ export const metadata: Metadata = { export default function AboutPage() { return ( -
+

About

Cyber Toolbox is a small, growing collection of single-purpose web-security utilities. The diff --git a/app/layout.tsx b/app/layout.tsx index 45283d6..803b470 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -33,7 +33,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) Skip to main content -

+
@@ -41,14 +41,14 @@ export default function RootLayout({ children }: { children: React.ReactNode }) Cyber Toolbox -
{children}
-