From 2f185ba211d3680be4481ce7f4d299d61601250d Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 5 Oct 2023 19:38:55 +0100 Subject: Optimises images --- src/components/LallansIssue.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/LallansIssue.astro') diff --git a/src/components/LallansIssue.astro b/src/components/LallansIssue.astro index efbcdec..3b58124 100644 --- a/src/components/LallansIssue.astro +++ b/src/components/LallansIssue.astro @@ -20,12 +20,12 @@ const t = translate(locale);
-

{t(tSite, { key: 'lallans' })} {issue.issueNumber}

+

{t(tSite, { key: 'lallans' }) + ' ' + issue.issueNumber}

{issue.description[locale]}

- +