diff --git a/src/pages/album/[id].astro b/src/pages/album/[id].astro index 4f335b8..2264834 100644 --- a/src/pages/album/[id].astro +++ b/src/pages/album/[id].astro @@ -186,7 +186,7 @@ const coverImage = await getImage({ {platform.name} ) : ( - + {platform.name} )} @@ -221,7 +221,7 @@ const coverImage = await getImage({ {album?.animations.map(({ animation }, i) => ( - + {animation.title} {i !== album?.animations.length - 1 && ', '}