diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-02-22 08:19:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-22 08:19:00 +0000 |
| commit | 0dacbaf2321a4df6a6bab3a6447a30e3060c60a2 (patch) | |
| tree | 1479f348e9418b07f4bcc3e7281a33da81cf68eb | |
| parent | 577bff81594f26b5630525daec4518e472abd8e1 (diff) | |
Corrects Wullie's email address (#81)
Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
| -rw-r--r-- | src/data/committee.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/data/committee.ts b/src/data/committee.ts index 9f40691..60a0386 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -147,8 +147,8 @@ const committee: CommitteeMember[] = [ mining community he trowes that ‘the Scots leid is for aabody’ and “gin ye tint your leid ye tint your sel’. Aa Scots leid has a feir in Lallans. William can be contacted at - <a href="mailto:w.hershaw678@btinternet"> - w.hershaw678@btinternet + <a href="mailto:w.hershaw678@btinternet.com"> + w.hershaw678@btinternet.com </a>. `, 'en-GB': ` @@ -166,8 +166,8 @@ const committee: CommitteeMember[] = [ community, he believes that ‘the Scots language is for everyone’ and “if you lose your language you lose your self.’ All Scots language can give it a shot in Lallans. William can be contacted at - <a href="mailto:w.hershaw678@btinternet"> - w.hershaw678@btinternet + <a href="mailto:w.hershaw678@btinternet.com"> + w.hershaw678@btinternet.com </a>. `, }, |
