From 2aea97fe6ab84ed673e381633b93780dfb5fae9d Mon Sep 17 00:00:00 2001 From: rxyhn Date: Sun, 22 Sep 2024 13:57:03 +0700 Subject: [PATCH] fix: card components --- src/components/Card.astro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 5170e59..db81c63 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -14,9 +14,11 @@ const { url, name, description, highlights, technologies } = Astro.props; href={url} target="_blank" rel="noopener noreferrer" - class="group flex items-center gap-3 rounded-lg border p-4 duration-300 hover:bg-black/5 dark:border-white/20 hover:dark:bg-white/10" + class="group flex items-center gap-3 rounded-lg border p-4" > -
+
{name}