From 898f1b95c7200a321eb686738e06283fc224959a Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Wed, 12 Mar 2025 20:08:01 -0400 Subject: feat: use tailwind and daisyui --- src/components/Nav.astro | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'src/components/Nav.astro') diff --git a/src/components/Nav.astro b/src/components/Nav.astro index f122ee7..fc2599c 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -7,12 +7,19 @@ const navLinks = [ ]; --- -