Change dev goal to 3

This commit is contained in:
Dessalines 2023-10-30 15:39:27 -04:00
parent e9c5113432
commit ea6ae32be3

View file

@ -148,7 +148,7 @@ export const MEDIAN_DEV_MONTHLY_EUR = MEDIAN_DEV_SALARY / 12;
export const FUNDED_DEVS = TOTAL_RECURRING_MONTHLY_EUR / MEDIAN_DEV_MONTHLY_EUR;
// Goal
export const FUNDED_DEV_GOAL = 2;
export const FUNDED_DEV_GOAL = 3;
// End fundraiser date
export const END_FUNDRAISER_DATE = new Date("2024-12-01");