Skip to content

Commit 5738fe1

Browse files
committed
Switch slots in schedule - Martin Čurlej <-> Honza Kral
1 parent 69a45cd commit 5738fe1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/data/schedule.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ export const SCHEDULE: Event[] = [
3131
photo: "speakers/karolina_surma.webp",
3232
},
3333
{
34-
title: "Search, Don't Scan",
35-
name: "Honza Kral",
34+
title: "Fromager: Building Your Own Python Package Index",
35+
name: "Martin Čurlej",
3636
when: "2026/02/21 10:36 AM UTC+1",
37-
photo: "speakers/honza_kral.jpg",
37+
photo: "speakers/martin_curlej.png",
3838
},
3939
{
4040
title: "Not-So-Smart Power Plugs, but at Least No Cloud Required",
@@ -165,10 +165,10 @@ export const SCHEDULE: Event[] = [
165165
photo: "speakers/vaclav_toth.jpg",
166166
},
167167
{
168-
title: "Fromager: Building Your Own Python Package Index",
169-
name: "Martin Čurlej",
168+
title: "Search, Don't Scan",
169+
name: "Honza Kral",
170170
when: "2026/02/21 4:36 PM UTC+1",
171-
photo: "speakers/martin_curlej.png",
171+
photo: "speakers/honza_kral.jpg",
172172
},
173173
{
174174
label: "Community Announcements",

0 commit comments

Comments
 (0)