From 699e710fd119309eb88a8ea44db3c832773c82b0 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:51:11 +0100 Subject: Refactors links-gallery CSS component --- src/components/LallansIssuesGallery.astro | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'src/components/LallansIssuesGallery.astro') diff --git a/src/components/LallansIssuesGallery.astro b/src/components/LallansIssuesGallery.astro index 5e45a9e..bee50c8 100644 --- a/src/components/LallansIssuesGallery.astro +++ b/src/components/LallansIssuesGallery.astro @@ -4,19 +4,15 @@ import { getAllLallansIssues } from '$data/lallans'; const issues = await getAllLallansIssues(); --- -