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/Footer.astro | 3 ++- src/components/LallansIssue.astro | 4 ++-- src/components/LallansIssueContributions.astro | 5 +---- src/components/LallansIssuesGallery.astro | 2 +- src/components/Scotsoun.astro | 10 ++-------- src/components/ScotsounCdGallery.astro | 2 +- 6 files changed, 9 insertions(+), 17 deletions(-) (limited to 'src/components') diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 40fdddb..ffb49c9 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,6 +3,7 @@ import translate from '$i18n/translate'; import tComponent from '$i18n/translations/components/footer'; import { getLocaleFromPathOrDefault } from '$lib/getLocaleFromPath'; import Button from './Button.astro'; +import rssImg from '$images/rss.svg'; const locale = getLocaleFromPathOrDefault(Astro.url.pathname); const t = translate(locale); @@ -13,7 +14,7 @@ const t = translate(locale); {t(tComponent, { key: 'subscribe-to-rss' })} - +