diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-19 18:14:06 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-19 18:14:06 +0000 |
| commit | 1a690b2154f2abe33e096a7da1ea0b34beb57a41 (patch) | |
| tree | f13428fec147e4d5bc1dccee220417213c7cf410 /src/pages | |
| parent | bbd02cfde13f4961709d67f73db893604d6416c0 (diff) | |
Updates homepage: submissions for Lallans 105
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' })} /> |
