From fcb52ebdc9eb131dd18b1ee35c8b4c3b7c7d4ca4 Mon Sep 17 00:00:00 2001 From: Anton Pogrebnjak Date: Mon, 6 Apr 2026 23:00:56 +0200 Subject: [PATCH] Fixed gallery link --- src/components/Gallery.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => ( - + ))