From c14bf4e67af175aaff9e4978dbad0144e7b84167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 21 Jan 2023 23:45:20 +0100 Subject: [PATCH] 2nd try to fix theme switching not working in prod --- src/components/NavItems.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavItems.astro b/src/components/NavItems.astro index 74132af..4eda0de 100644 --- a/src/components/NavItems.astro +++ b/src/components/NavItems.astro @@ -31,7 +31,7 @@ const { class: _class } = Astro.props as Props;
  • -