From 3fe5bad8473cbeb1313cb38a887caac74c42723d Mon Sep 17 00:00:00 2001 From: Timo Knuth Date: Tue, 10 Feb 2026 00:52:52 +0100 Subject: [PATCH] feat: add base layout with a new header component --- src/app/layout.tsx | 2 +- src/components/Header.tsx | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4562217..e185cd6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -196,7 +196,7 @@ export default function RootLayout({ className={`${bodyFont.variable} ${displayFont.variable} antialiased flex flex-col min-h-screen bg-[color:var(--bg)] text-[color:var(--ink)] font-sans`} >
-
+
{children}