diff --git a/src/components/cards/GridCard.astro b/src/components/cards/GridCard.astro index 6c4ddb7..bb00d72 100644 --- a/src/components/cards/GridCard.astro +++ b/src/components/cards/GridCard.astro @@ -11,9 +11,9 @@ const imageUrl = props.image || ''
{ props.type === 'text' && ( -
- -

{props.text}

+
+ +

{props.text}

)} { props.type === 'image' && (