From 06bf6af3c898e82f1e225f875e7455fac5c10ff9 Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Fri, 18 Aug 2023 20:56:21 +0100
Subject: Pulls out link module
---
src/components/NewsPreviewLink.astro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/components')
diff --git a/src/components/NewsPreviewLink.astro b/src/components/NewsPreviewLink.astro
index 8486fe7..90cce61 100644
--- a/src/components/NewsPreviewLink.astro
+++ b/src/components/NewsPreviewLink.astro
@@ -14,7 +14,7 @@ const locale = getLocaleFromPath(Astro.url.pathname);
const t = translate(locale);
---
-
+
${newsItem.data.title}${headingLevel}>
--
cgit v1.2.3