From 3498448c5fd2dc586f620c6e2567b6567008e044 Mon Sep 17 00:00:00 2001 From: Denartha10 Date: Mon, 22 Jan 2024 14:50:14 +0000 Subject: [PATCH] Added change to Header - redundant tailwind There was redundant tailwind in the headeer.astro component Flex and hidden where both assigned as display values whe only hidden was needed. Corrected mistake. Just a small catch :) --- src/components/widgets/Header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/widgets/Header.astro b/src/components/widgets/Header.astro index 79866ab..ec76154 100644 --- a/src/components/widgets/Header.astro +++ b/src/components/widgets/Header.astro @@ -124,7 +124,7 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`