diff --git a/apps/web/src/components/digi-committee-recruitment-alert.tsx b/apps/web/src/components/digi-committee-recruitment-alert.tsx index 0112f43c..9c424f8c 100644 --- a/apps/web/src/components/digi-committee-recruitment-alert.tsx +++ b/apps/web/src/components/digi-committee-recruitment-alert.tsx @@ -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"; @@ -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]);