Skip to content

Commit 4e19f40

Browse files
committed
Add pyss and majewski
1 parent 9b91bcf commit 4e19f40

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

assets/speakers/majewski.jpg

9.64 KB
Loading

assets/sponsors/pyss.png

83 KB
Loading

src/dataset.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ export const SPONSORS: Sponsor[][] = [
2121
name: "Amboss",
2222
photo: require("Assets/sponsors/amboss.png"),
2323
link: "https://www.amboss.com"
24+
},
25+
{
26+
id: "Python San Sebastian",
27+
name: "Python San Sebastian",
28+
photo: require("Assets/sponsors/pyss.png"),
29+
link: "https://pyss.org"
2430
}
2531
]
2632
];

0 commit comments

Comments
 (0)