From d4252e277fab0ed33177ff648fcaf29ee0574dc5 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:36:22 +0100 Subject: Adds Morton's bio --- src/data/committee.ts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/data/committee.ts b/src/data/committee.ts index 1defd45..42ca81c 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -105,7 +105,21 @@ const committee: CommitteeMember[] = [ }, { name: 'Elaine Morton', - roles: [], + roles: [CommitteeRole.OrdinaryMember], + bio: { + sco: ` + Elaine is a past editor o Lallans an bides on the Commattee tae owersee + the Sangschaw competeition. Edinburgh is hame an she haes been wi the + Associe sin 1998. She wad be blithe o mair weemen on the Commattee, sae, + lasses, dinnae be blate tae come forrit! + `, + 'en-GB': ` + Elaine is a past editor of Lallans and remains on the Committee to oversee + the Sangschaw competition. Edinburgh is home and she has been with the + Society since 1998. She would be pleased to see more women on the + Committee, so, girls, don’t be shy to come forward! + `, + }, }, { name: 'Colin Robertson', -- cgit v1.2.3 From a33abaacb304af04814480749fe573712654d6f3 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 30 Aug 2023 19:58:10 +0100 Subject: Scotsoun PayPal buttons send SSCD ID to backend --- src/components/Scotsoun.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/Scotsoun.astro b/src/components/Scotsoun.astro index 3af652e..2e5ecc2 100644 --- a/src/components/Scotsoun.astro +++ b/src/components/Scotsoun.astro @@ -34,8 +34,8 @@ const t = translate(locale); -- cgit v1.2.3