Skip to content

Commit 314764a

Browse files
committed
Add contact to sponsors
1 parent ad716c4 commit 314764a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

assets/sponsors/contact.jpg

603 KB
Loading

src/dataset.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ export const SPONSORS: Sponsor[][] = [
2727
name: "Python San Sebastian",
2828
photo: require("Assets/sponsors/pyss.png"),
2929
link: "https://pyss.org"
30+
},
31+
{
32+
id: "CONTACT Software",
33+
name: "CONTACT Software",
34+
photo: require("Assets/sponsors/contact.jpg"),
35+
link: "https://www.contact-software.com/en/"
3036
}
3137
]
3238
];

0 commit comments

Comments
 (0)