Skip to content

Commit

Permalink
Reschedule (#580)
Browse files Browse the repository at this point in the history
* Reschedule talks

* Reschedule talks

* Reschedule talks

---------

Co-authored-by: Adrià Martínez <[email protected]>
  • Loading branch information
AdriMM26 and Adrià Martínez authored May 3, 2024
1 parent 5a5c932 commit 2e4c032
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const schedule: RawSchedule = {
{
id: 'challenge-talk-3',
physicalLocation: {
text: 'A5002',
text: 'A5001',
mapId: 'indoors',
},
onlineLocation: {
Expand All @@ -186,7 +186,7 @@ export const schedule: RawSchedule = {
{
id: 'workshop-2',
physicalLocation: {
text: 'A5001',
text: 'A5002',
mapId: 'indoors',
},
onlineLocation: {
Expand Down
4 changes: 2 additions & 2 deletions src/data/talks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const talks: Talk[] = [
{
title: '',
//description: '',
location: 'A5002',
location: 'A5001',
company: 'Grafana',
// videoUrl: '',
start: '3/5/2024 23:30',
Expand All @@ -63,7 +63,7 @@ export const talks: Talk[] = [
{
title: '',
description: '',
location: 'A5001',
location: 'A5002',
company: 'BlueTab',
// videoUrl: '',
start: '3/5/2024 23:00',
Expand Down

0 comments on commit 2e4c032

Please sign in to comment.