diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/index.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index efccd22..b08f412 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -24,6 +24,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); <h2 set:html={t(tPage, { key: 'submit' })} /> <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' })} /> </section> <section> <h2 class="grid-span-6" set:html={t(tPage, { key: 'news' })} /> |
