Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 9ff51b9

Browse files
authored
fix(website): change contact email on website (#403) (#404)
* fix(website): Change contact email on website (#403) * . * . * correct contact email
1 parent 4046ef7 commit 9ff51b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const MAIN_TEST_HOUR = '18:00';
55
export const MAIN_TEST_FULL_DATE = `24.11.2021 o ${MAIN_TEST_HOUR}`;
66
export const MODULES_COUNT = 5;
77
export const PROJECTS_COUNT = 6;
8-
export const CONTACT_EMAIL = '[email protected]';
8+
export const CONTACT_EMAIL = 'camp.[email protected]';
99
export const CANDIDATE_SCHEDULE_ID = 'candidate-schedule';
1010
export const CANDIDATE_SCHEDULE_PATH = '/#candidate-schedule';
1111

0 commit comments

Comments
 (0)