Skip to content

Commit

Permalink
chore: update recruitment alert to match the committee 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
lajp committed Jan 20, 2025
1 parent 73a9733 commit 49a9878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/digi-committee-recruitment-alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Hae digitoimikuntaan https://tietokilta.fi/fi/kilta/toimikunnat#digitoimikunta
`;

const englishRecruitmentText = `${recruitmentTextBase}
Apply to the digitalization committee at https://tietokilta.fi/en/guild/committees#digitalization-committee
Apply to the digital services committee at https://tietokilta.fi/en/guild/committees#digitalization-committee
`;

const isProd = process.env.NODE_ENV === "production";
Expand All @@ -60,7 +60,7 @@ export function DigiCommitteeRecruitmentAlert() {
// eslint-disable-next-line no-console -- use console for recruiting new members
console.log(
`%c${recruitmentText}`,
"font-family: ui-monospace, monospace; color: #ff0000;",
"font-family: ui-monospace, monospace; color: #3185c5;",
);
}
}, [pathname, isFinnish]);
Expand Down

0 comments on commit 49a9878

Please sign in to comment.