diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:56:21 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:56:21 +0100 |
| commit | 06bf6af3c898e82f1e225f875e7455fac5c10ff9 (patch) | |
| tree | e27a4a208462ea471016614e57d9971b65d77f56 /src/components | |
| parent | 2eb8c495a8b03a155ad9130ff54c8f78a92a5e34 (diff) | |
Pulls out link module
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/NewsPreviewLink.astro | 2 |
1 files changed, 1 insertions, 1 deletions
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); --- -<a class="news-index__item" href={`/${locale}/news/${newsItem.slug.replace('/', '-')}`}> +<a class="news-index__item group-hover" href={`/${locale}/news/${newsItem.slug.replace('/', '-')}`}> <Fragment set:html={` <${headingLevel}>${newsItem.data.title}</${headingLevel}> |
