diff --git a/src/data/career-locations.ts b/src/data/career-locations.ts index 920f406e..db058141 100644 --- a/src/data/career-locations.ts +++ b/src/data/career-locations.ts @@ -19,10 +19,10 @@ export const careerLocations: readonly CareerLocation[] = [ y: 29, }, { - city: "Szczecin", + city: "Warsaw", countryCode: "PL", - x: 98, - y: 19, + x: 102, + y: 20, }, ];