summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-30 18:06:16 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-30 18:06:16 +0100
commiteae2ca9c7aebf7d171be36555ffc9a63a84839c9 (patch)
treeb9c2ac50550ac22593a8c844e586c2c172868b57 /src/pages
parent2f8dfa56887d334be6f9f9698112425f6d89793d (diff)
Adds placeholder to Commattee section
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/[locale]/index.astro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro
index 4a093b7..b06f39d 100644
--- a/src/pages/[locale]/index.astro
+++ b/src/pages/[locale]/index.astro
@@ -40,6 +40,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale);
<p set:html={t(tPage, { key: 'about-us-para-2' })} />
<p set:html={t(tPage, { key: 'about-us-para-3' })} />
<h3 set:html={t(tPage, { key: 'meet-the-commattee' })} />
+ <p class="italic">{t(tPage, { key: 'mair-commattee-details-soon' })}</p>
<ul>
{
committee.map((member) => (