diff --git a/src/components/Card.astro b/src/components/Card.astro index 66a67f2..8c67597 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -9,7 +9,7 @@ if (image) { } --- -
+
{ image && ( diff --git a/src/pages/characters/index.astro b/src/pages/characters/index.astro index fe5b4b5..80f12d9 100644 --- a/src/pages/characters/index.astro +++ b/src/pages/characters/index.astro @@ -15,7 +15,7 @@ export const prerender = false;

Characters

{ [...characters].map((c) => (