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/GifButtons.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/GifButtons.astro') diff --git a/src/components/GifButtons.astro b/src/components/GifButtons.astro index 3c88dbd..0fc76e3 100644 --- a/src/components/GifButtons.astro +++ b/src/components/GifButtons.astro @@ -38,7 +38,7 @@ const gifButtons = [ ]; --- -
+
{ gifButtons.map(({ buttonName, altText, link }) => { const imageTag = ( @@ -49,7 +49,7 @@ const gifButtons = [ ); return ( -
+
{link ? {imageTag} : imageTag}
); -- cgit v1.2.3