Skip to content

Commit

Permalink
Reschedule talks (#578)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrià Martínez <[email protected]>
  • Loading branch information
AdriMM26 and Adrià Martínez authored May 3, 2024
1 parent f0483d0 commit be37b9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ export const schedule: RawSchedule = {
icon: 'youtube',
},
title: '🗣️ Grafana talk',
start: '03/05/2024 23:00',
end: '03/05/2024 23:30',
start: '03/05/2024 23:30',
end: '04/05/2024 00:00',
description: /* markdown */ `Come to discover more about the challenge! [More information](/talks)`,
},
{
Expand All @@ -195,8 +195,8 @@ export const schedule: RawSchedule = {
icon: 'twitch',
},
title: '🗣️ Workshop BlueTab!',
start: '03/05/2024 23:30',
end: '04/05/2024 00:00',
start: '03/05/2024 23:00',
end: '03/05/2024 23:30',
description: /* markdown */ `Learn about cool stuff in this workshop! [More information](/talks)`,
},
{
Expand Down
8 changes: 4 additions & 4 deletions src/data/talks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const talks: Talk[] = [
location: 'A5002',
company: 'Grafana',
// videoUrl: '',
start: '3/5/2024 22:30',
end: '3/5/2024 23:00',
start: '3/5/2024 23:30',
end: '4/5/2024 00:00',
streamLink: 'https://www.youtube.com/c/HackersUPC',
isSecret: true,
},
Expand All @@ -66,8 +66,8 @@ export const talks: Talk[] = [
location: 'A5001',
company: 'BlueTab',
// videoUrl: '',
start: '3/5/2024 23:30',
end: '4/5/2024 00:00',
start: '3/5/2024 23:00',
end: '3/5/2024 23:30',
streamLink: 'https://www.twitch.tv/hackersupc',
isWorkshop: true,
isSecret: true,
Expand Down

0 comments on commit be37b9e

Please sign in to comment.