From ab95024dec90060c85119a3050edbf1942af17d7 Mon Sep 17 00:00:00 2001 From: Lena Haraldseid Date: Mon, 6 May 2024 13:33:25 +0200 Subject: [PATCH] fix: update clubgoals with correct goals from 2023 --- src/app/pages/Clubgoals.tsx | 46 ++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/app/pages/Clubgoals.tsx b/src/app/pages/Clubgoals.tsx index 282cd34..25d17da 100644 --- a/src/app/pages/Clubgoals.tsx +++ b/src/app/pages/Clubgoals.tsx @@ -18,65 +18,65 @@ export const ClubGoals = () => { } > = { Finland: { - clubGoalDistance: 3643.8, + clubGoalDistance: 3988.9, currentDistance: 0, - clubGoalTime: 1030, + clubGoalTime: 128, currentTime: 0, - officeHeadCount: 280, + officeHeadCount: 307, activeAthletes: 0, }, Poland: { - clubGoalDistance: 999.5, + clubGoalDistance: 1693.8, currentDistance: 0, - clubGoalTime: 443, + clubGoalTime: 190, currentTime: 0, - officeHeadCount: 118, + officeHeadCount: 109, activeAthletes: 0, }, Oslo: { - clubGoalDistance: 1603.2, + clubGoalDistance: 1967.4, currentDistance: 0, - clubGoalTime: 319, + clubGoalTime: 128, currentTime: 0, - officeHeadCount: 168, + officeHeadCount: 174, activeAthletes: 0, }, USA: { - clubGoalDistance: 667.2, + clubGoalDistance: 1116.5, currentDistance: 0, - clubGoalTime: 488, + clubGoalTime: 218, currentTime: 0, - officeHeadCount: 54, + officeHeadCount: 72, activeAthletes: 0, }, APAC: { - clubGoalDistance: 959.6, + clubGoalDistance: 1843.2, currentDistance: 0, - clubGoalTime: 211, + clubGoalTime: 105, currentTime: 0, - officeHeadCount: 189, + officeHeadCount: 212, activeAthletes: 0, }, Europe: { - clubGoalDistance: 1140.9, + clubGoalDistance: 1446.4, currentDistance: 0, - clubGoalTime: 188, + clubGoalTime: 85, currentTime: 0, - officeHeadCount: 137, + officeHeadCount: 124, activeAthletes: 0, }, Trondheim: { - clubGoalDistance: 2471.2, + clubGoalDistance: 5190.5, currentDistance: 0, - clubGoalTime: 205, + clubGoalTime: 103, currentTime: 0, - officeHeadCount: 444, + officeHeadCount: 407, activeAthletes: 0, }, Omega: { - clubGoalDistance: 4241.3, + clubGoalDistance: 5955.3, currentDistance: 0, - clubGoalTime: 95, + clubGoalTime: 77, currentTime: 0, officeHeadCount: 500, activeAthletes: 0,