We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51c49a commit d7e8e64Copy full SHA for d7e8e64
src/lib/images/sponsors/axians.svg
src/lib/images/sponsors/ipt.svg
src/routes/Sponsors.svelte
@@ -34,6 +34,7 @@
34
// import oria from '$lib/images/sponsors/oria.png';
35
import xelon from '$lib/images/sponsors/xelon.png';
36
import linbit from '$lib/images/sponsors/linbit.svg';
37
+ import ipt from '$lib/images/sponsors/ipt.svg';
38
39
enum SponsorTier {
40
Gold,
@@ -204,6 +205,12 @@
204
205
imgSrc: linbit,
206
link: 'https://linbit.com/',
207
tier: SponsorTier.Silver
208
+ },
209
+ {
210
+ name: 'IPT',
211
+ imgSrc: ipt,
212
+ link: 'https://ipt.ch/',
213
+ tier: SponsorTier.Gold
214
}
215
];
216
0 commit comments