From a09a4ee2404a5621568e141d32929353a78e750c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 14 Feb 2026 23:08:12 -0600 Subject: [PATCH] feat: imporve theme toggle button --- src/components/Header.astro | 2 +- src/components/ui/buttons/ThemeToggle.astro | 101 ++++---------------- 2 files changed, 17 insertions(+), 86 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 4c51464..8f8bd54 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -67,7 +67,7 @@ const currentPath = pathname.slice(1);