From 12ecdbfe035212b7a908b5aad25bcaa615173c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luukas=20P=C3=B6rtfors?= Date: Mon, 20 Jan 2025 17:23:12 +0200 Subject: [PATCH] chore: update recruitment alert (#605) chore: update recruitment alert to match the committee 2025 --- apps/web/src/components/digi-committee-recruitment-alert.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]);