diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 187c3bb..486d2e8 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -25,7 +25,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); mostRecentNewsItem && ( <div class="grid-span-3 grid-end margin-block-start-sm"> <a href={`/${locale}/news`} class="btn"> - {t(tPage, { key: 'aw-news' })} ▷ + {t(tPage, { key: 'aw-news' })} ▶ </a> </div> ) @@ -37,7 +37,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); <p set:html={t(tPage, { key: 'furthsettins-para' })} /> <div class="grid-span-3 grid-end margin-block-start-sm"> <a href={`/${locale}/furthsettins`} class="btn"> - {t(tPage, { key: 'aw-furthsettins' })} ▷ + {t(tPage, { key: 'aw-furthsettins' })} ▶ </a> </div> </section> |
