From 3f3dea4c776b9cb8350572e3c5688768210b490e Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 29 Jan 2026 20:12:36 +0100 Subject: [PATCH] feat: change tag design --- src/components/Tag.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Tag.astro b/src/components/Tag.astro index 211091e..65485f7 100644 --- a/src/components/Tag.astro +++ b/src/components/Tag.astro @@ -16,7 +16,7 @@ const { active, class: className, href, ...props } = Astro.props;