summaryrefslogtreecommitdiff
path: root/src
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
parent2f8dfa56887d334be6f9f9698112425f6d89793d (diff)
Adds placeholder to Commattee section
Diffstat (limited to 'src')
-rw-r--r--src/i18n/translations/pages/home.ts4
-rw-r--r--src/pages/[locale]/index.astro1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n/translations/pages/home.ts b/src/i18n/translations/pages/home.ts
index 33b5c5c..2b9a2c3 100644
--- a/src/i18n/translations/pages/home.ts
+++ b/src/i18n/translations/pages/home.ts
@@ -59,6 +59,10 @@ const tPage = {
sco: () => 'Meet the Commattee',
'en-GB': () => 'Meet the Committee',
},
+ 'mair-commattee-details-soon': {
+ sco: () => 'Mair details comin shuin!',
+ 'en-GB': () => 'More details coming soon!',
+ },
furthsettins: {
sco: () => 'Furthsettins',
'en-GB': () => 'Publications',
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) => (