diff --git a/src/data/schedule.ts b/src/data/schedule.ts index 51ff9a5..8fd679b 100644 --- a/src/data/schedule.ts +++ b/src/data/schedule.ts @@ -6,7 +6,7 @@ export type Event = { link?: string; when?: string; }; - + export const SCHEDULE: Event[] = [ { label: "Open Doors", @@ -179,7 +179,7 @@ export type Event = { name: "Klára Mikšíčková", title: "How to overcome overwhelm and reduce work stress", photo: "/speakers/klara.jpeg", - link: "www.kouc-miksickova.cz", + link: "https://www.kouc-miksickova.cz", when: "2024/02/24 5:12 PM UTC+1" }, { @@ -193,4 +193,4 @@ export type Event = { label: "Closing 👋 and Lightning Talks ⚡", when: "2024/02/24 5:36 PM UTC+1" }, - ]; \ No newline at end of file + ];