Skip to content

Commit

Permalink
fix: update recruitment color to year 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSiidorow committed Jan 20, 2025
1 parent 73a9733 commit 19badce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 19badce

Please sign in to comment.