Skip to content

Commit

Permalink
fix: update clubgoals with correct goals from 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenakh97 committed May 6, 2024
1 parent 928b855 commit ab95024
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions src/app/pages/Clubgoals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ab95024

Please sign in to comment.