Skip to content

Commit 899be37

Browse files
feat(schedule): add Agata Skamruk talk
1 parent 6360ff7 commit 899be37

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

public/speakers/Agata_Skamruk.jpeg

66.3 KB
Loading

src/data/schedule.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ export const SCHEDULE: Event[] = [
2929
isKeynote: true,
3030
},
3131
{
32-
title: "TBA",
32+
title: "Catch Me If You __can__",
33+
speakerIds: ["agata-skamruk"],
3334
when: "2026-05-09T10:34:00+02:00",
3435
until: "2026-05-09T10:46:00+02:00",
3536
},

src/data/speakers.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ export const SPEAKERS = {
2323
image: "/speakers/bartosz_rychlicki.jpeg",
2424
links: [githubLink("https://github.com/bartekbrak/")],
2525
},
26+
"agata-skamruk": {
27+
name: "Agata Skamruk",
28+
image: "/speakers/Agata_Skamruk.jpeg",
29+
links: [linkedInLink("https://www.linkedin.com/in/agata-skamruk-785b44b1/")],
30+
},
2631
"yevhen-maltsev": {
2732
name: "Yevhen Maltsev",
2833
image: "/speakers/yevhen_maltsev.jpg",

0 commit comments

Comments
 (0)