Skip to content

Commit

Permalink
Merge pull request #397 from Angus-1/contribute-1
Browse files Browse the repository at this point in the history
Update officer-profile.svelte
  • Loading branch information
jaasonw committed Mar 26, 2022
2 parents a99e389 + 7f4442e commit d459e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/components/about/officer-profile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
const officerPicture = info.picture ?? placeholderPicture;
$: titleHTML = info.positions[VISIBLE_TERMS[$termIndex]].title
.replace(/Create/, `<span class="brand-em brand-pink">Create</span>`)
.replace(/Algo/, `<span class="brand-em brand-purple">Algo</span>`)
.replace(/Dev/, `<span class="brand-em brand-bluer">Dev</span>`)
.replace(/Create\s/, `<span class="brand-em brand-pink">Create </span>`)
.replace(/Algo\s/, `<span class="brand-em brand-purple">Algo </span>`)
.replace(/Dev\s/, `<span class="brand-em brand-bluer">Dev </span>`)
.replace(
/NodeBuds/,
`<span class="headers">node<span class="brand-em brand-red">Buds</span></span>`
Expand Down

1 comment on commit d459e12

@vercel
Copy link

@vercel vercel bot commented on d459e12 Mar 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.