From d07c2f6a7ed699f1a7e5762c06b9ec4e8a8e5e94 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 13 Aug 2023 14:59:42 +0100 Subject: Fixes dark/light color-scheme switching --- src/components/Navbar.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Navbar.astro') diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 1ce0749..605ba68 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -14,7 +14,7 @@ const { locale } = Astro.props; const t = translate(locale); --- -