Skip to content

Commit

Permalink
Update officer-profile.svelte
Browse files Browse the repository at this point in the history
Co-Authored-By: Mohamed Habarneh <92408806+MohamedHabarneh@users.noreply.github.com>
  • Loading branch information
anguzz and MohamedHabarneh committed Mar 26, 2022
1 parent a99e389 commit 7f4442e
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

0 comments on commit 7f4442e

Please sign in to comment.