diff --git a/src/components/cards/GridCard.astro b/src/components/cards/GridCard.astro index bb00d72..607351e 100644 --- a/src/components/cards/GridCard.astro +++ b/src/components/cards/GridCard.astro @@ -9,7 +9,7 @@ const imageUrl = props.image || '' --- {props.type !== 'imgText' && (
-
+
{ props.type === 'text' && (
@@ -37,13 +37,4 @@ const imageUrl = props.image || ''
-)} - - \ No newline at end of file +)} \ No newline at end of file