Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type Event = {
link?: string;
when?: string;
};

export const SCHEDULE: Event[] = [
{
label: "Open Doors",
Expand Down Expand Up @@ -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"
},
{
Expand All @@ -193,4 +193,4 @@ export type Event = {
label: "Closing 👋 and Lightning Talks ⚡",
when: "2024/02/24 5:36 PM UTC+1"
},
];
];