We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6360ff7 commit 899be37Copy full SHA for 899be37
3 files changed
public/speakers/Agata_Skamruk.jpeg
66.3 KB
src/data/schedule.ts
@@ -29,7 +29,8 @@ export const SCHEDULE: Event[] = [
29
isKeynote: true,
30
},
31
{
32
- title: "TBA",
+ title: "Catch Me If You __can__",
33
+ speakerIds: ["agata-skamruk"],
34
when: "2026-05-09T10:34:00+02:00",
35
until: "2026-05-09T10:46:00+02:00",
36
src/data/speakers.ts
@@ -23,6 +23,11 @@ export const SPEAKERS = {
23
image: "/speakers/bartosz_rychlicki.jpeg",
24
links: [githubLink("https://github.com/bartekbrak/")],
25
26
+ "agata-skamruk": {
27
+ name: "Agata Skamruk",
28
+ image: "/speakers/Agata_Skamruk.jpeg",
+ links: [linkedInLink("https://www.linkedin.com/in/agata-skamruk-785b44b1/")],
+ },
"yevhen-maltsev": {
name: "Yevhen Maltsev",
image: "/speakers/yevhen_maltsev.jpg",
0 commit comments