diff --git a/src/data/schedule.ts b/src/data/schedule.ts index 3fcdf3af..d2ce0f52 100644 --- a/src/data/schedule.ts +++ b/src/data/schedule.ts @@ -170,7 +170,7 @@ export const schedule: RawSchedule = { { id: 'challenge-talk-3', physicalLocation: { - text: 'A5002', + text: 'A5001', mapId: 'indoors', }, onlineLocation: { @@ -186,7 +186,7 @@ export const schedule: RawSchedule = { { id: 'workshop-2', physicalLocation: { - text: 'A5001', + text: 'A5002', mapId: 'indoors', }, onlineLocation: { diff --git a/src/data/talks.ts b/src/data/talks.ts index be73ba65..0f9ed5f5 100644 --- a/src/data/talks.ts +++ b/src/data/talks.ts @@ -52,7 +52,7 @@ export const talks: Talk[] = [ { title: '', //description: '', - location: 'A5002', + location: 'A5001', company: 'Grafana', // videoUrl: '', start: '3/5/2024 23:30', @@ -63,7 +63,7 @@ export const talks: Talk[] = [ { title: '', description: '', - location: 'A5001', + location: 'A5002', company: 'BlueTab', // videoUrl: '', start: '3/5/2024 23:00',