diff options
| author | Joe Carstairs <me@joeac.net> | 2025-03-13 21:08:36 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-03-13 21:08:36 +0000 |
| commit | 2431da0dac8f7f4e24065315efcac3ef1543bd20 (patch) | |
| tree | b810445126e3f841b6302b8cd208dc0c9bafb7c2 /src/pages | |
| parent | 7ee489f2289ee5f57ce2afd36fb3f1f79a97b34c (diff) | |
open submissions to 107
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/submit.astro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro index 599b9b6..5415854 100644 --- a/src/pages/[locale]/submit.astro +++ b/src/pages/[locale]/submit.astro @@ -16,6 +16,8 @@ const t = translate(locale); <Page title={t(tPage, { key: 'title' })}> <section> <h2 set:html={t(tPage, { key: 'title' })} /> - <p set:html={t(tPage, { key: '105-submissions-full' })} /> + <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> </Page> |
