diff --git a/src/components/CatCard.astro b/src/components/CatCard.astro index 1fc6807..5e12ed5 100644 --- a/src/components/CatCard.astro +++ b/src/components/CatCard.astro @@ -10,9 +10,9 @@ const { cat } = Astro.props;
-
+
{cat.data.image.alt} - {cat.data.passedAway && Rest In Peace} + {cat.data.passedAway &&
Rest In Peace
}

{cat.data.name}

{cat.data.owner.name}

@@ -28,6 +28,10 @@ const { cat } = Astro.props;