diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Scotsoun.astro | 4 | ||||
| -rw-r--r-- | src/data/committee.ts | 16 |
2 files changed, 17 insertions, 3 deletions
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); <img src={`/images/scotsoun/sscd${scotsoun.scotsounId}.jpg`} /> <PayPalButtons successPageUrl={relativePath(Astro.url.pathname, `payment-success-confirmation`)} - productDescription={scotsoun.longName} - shortDescription={scotsoun.title} + productDescription={`SSCD${scotsoun.scotsounId} | ${scotsoun.longName}`} + shortDescription={`SSCD${scotsoun.scotsounId}`} totalPrice={scotsoun.price} /> </div> 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', |
