From 69824836709a3d73e81c9872784c7c771b9c6025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=80=20Marti=CC=81nez?= Date: Fri, 3 May 2024 21:08:49 +0200 Subject: [PATCH] Reschedule talks --- src/data/schedule.ts | 8 ++++---- src/data/talks.ts | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/data/schedule.ts b/src/data/schedule.ts index f66d2eec..3fcdf3af 100644 --- a/src/data/schedule.ts +++ b/src/data/schedule.ts @@ -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)`, }, { @@ -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)`, }, { diff --git a/src/data/talks.ts b/src/data/talks.ts index 9e682f1f..be73ba65 100644 --- a/src/data/talks.ts +++ b/src/data/talks.ts @@ -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, }, @@ -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,