From 97b1fa0316dff19bbfc8e34041826fb95b71f2d8 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 2 Mar 2026 22:20:36 -0600 Subject: [PATCH] feat: add dark mode swap to logo --- src/components/images/ImageTheme.astro | 27 +++----------------------- 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/src/components/images/ImageTheme.astro b/src/components/images/ImageTheme.astro index 93b58a9..0135bfa 100644 --- a/src/components/images/ImageTheme.astro +++ b/src/components/images/ImageTheme.astro @@ -4,12 +4,11 @@ import { Image } from 'astro:assets'; const { srcLight, srcDark, alt, style, width, height } = Astro.props; --- -
+
- -