diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/index.astro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 4f00eff..d930c20 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -25,7 +25,6 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); <p set:html={t(tPage, { key: 'submit-para-1' })} /> <p set:html={t(tPage, { key: 'submit-para-2' })} /> <p set:html={t(tPage, { key: 'submit-para-3' })} /> - <p><small set:html={t(tPage, { key: 'sangschaw-closed' })} /></p> </section> <section> <h2 class="grid-span-6" set:html={t(tPage, { key: 'news' })} /> |
