diff --git a/web/src/components/albums/albumCard.astro b/web/src/components/albums/albumCard.astro
index 080b811..49b1208 100644
--- a/web/src/components/albums/albumCard.astro
+++ b/web/src/components/albums/albumCard.astro
@@ -11,6 +11,7 @@ const pb = await authPB()
diff --git a/web/src/components/photos/carousel.astro b/web/src/components/photos/carousel.astro
index 3154940..a08cdb7 100644
--- a/web/src/components/photos/carousel.astro
+++ b/web/src/components/photos/carousel.astro
@@ -102,6 +102,7 @@ const photoLinks = await Promise.all(
diff --git a/web/src/pages/albums/[title].astro b/web/src/pages/albums/[title].astro
index 37a3acd..d4498cb 100644
--- a/web/src/pages/albums/[title].astro
+++ b/web/src/pages/albums/[title].astro
@@ -16,7 +16,9 @@ const images = await Promise.all(
{album.date}
-{album.location}
+{album.location}