From bce92aa00e9be8d123696b7fdab0d368a897aa1b Mon Sep 17 00:00:00 2001 From: Last2014 Date: Sat, 28 Mar 2026 08:09:29 +0000 Subject: [PATCH] Fix: #2 --- src/components/Card.astro | 201 +++++++++++++++++++------------------- 1 file changed, 101 insertions(+), 100 deletions(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index af82d77..0941c1a 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -1,101 +1,102 @@ ---- -export interface Props { - title: string; - description: string; - img: string; - href?: URL; - scale?: number; - isFullWidth?: true; - canDarkInvert?: boolean; -} ---- - - -
- アイコン -
- -
- {Astro.props.title} - {Astro.props.description} -
-
- - \ No newline at end of file