From 34ce9f6162ae4ff2d0278760cce28227d82433ed Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 10 Jun 2025 22:38:58 +0400 Subject: style: enhance Header component and update SCSS imports (#50) - Improved the Header component by adding a site title with styling. - Wrapped navigation links in a div for better structure. - Updated SCSS imports across multiple components for consistency. --- src/components/PostElement.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/PostElement.astro') diff --git a/src/components/PostElement.astro b/src/components/PostElement.astro index 6ddf7c5..e213ce7 100644 --- a/src/components/PostElement.astro +++ b/src/components/PostElement.astro @@ -12,7 +12,7 @@ const formattedDate = dayjs(post.data.pubDate.toString()).format("MMMM DD, YYYY" ---