From 6fe5df4e32ce7e7e4a2709bef4c7c881f1cc717e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Jun 2025 15:56:06 +0000 Subject: refactor: simplify Header component by removing site title and navigation wrapper - Removed the site title and navigation links wrapper from the Header component for a cleaner structure. - Updated styles to reflect these changes, streamlining the component's layout. --- src/components/Header.astro | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) (limited to 'src/components/Header.astro') diff --git a/src/components/Header.astro b/src/components/Header.astro index 52c0ca8..f2089a7 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,24 +1,4 @@
- {import.meta.env.DEFAULT_TITLE} - + Home + Blog
-- cgit v1.2.3