diff --git a/src/components/Gallery.astro b/src/components/Gallery.astro index 689c59c..f531e96 100644 --- a/src/components/Gallery.astro +++ b/src/components/Gallery.astro @@ -9,7 +9,7 @@ const color = Astro.props.color || 'var(--text)';
{ photos.map((photo) => ( - + ))