diff options
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}> |
