From 1347f8f6844dab85ee343497f44c49517220caed Mon Sep 17 00:00:00 2001 From: Ahurac Date: Wed, 31 Jan 2024 14:57:40 +0100 Subject: [PATCH] Card : transformation en lien --- src/components/Card.astro | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 510e32c..26e5f86 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -1,16 +1,18 @@ --- -const { id, name } = Astro.props; +const { id, name, link } = Astro.props; --- -
- +