From e5b4187a73c1dd8916f3ae97606ce0e4bbe950b1 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 13 Aug 2023 14:18:40 +0100 Subject: Fixes Lallans issue image address --- src/components/LallansIssuesGallery.astro | 38 +++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'src/components/LallansIssuesGallery.astro') diff --git a/src/components/LallansIssuesGallery.astro b/src/components/LallansIssuesGallery.astro index 1580e53..420d83f 100644 --- a/src/components/LallansIssuesGallery.astro +++ b/src/components/LallansIssuesGallery.astro @@ -1,26 +1,26 @@ --- -import type LallansIssue from '../types/LallansIssue'; -import type Locale from '../types/Locale'; import { getAllLallansIssues } from '../data/lallans'; const issues = await getAllLallansIssues(); --- \ No newline at end of file + { + issues.map((issue) => ( +
  • + + + + +
  • + )) + } + -- cgit v1.2.3