Skip to content

Commit d7e8e64

Browse files
committed
Add IPT as sponsor
1 parent f51c49a commit d7e8e64

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

src/lib/images/sponsors/axians.svg

Lines changed: 1 addition & 1 deletion
Loading

src/lib/images/sponsors/ipt.svg

Lines changed: 1 addition & 1 deletion
Loading

src/routes/Sponsors.svelte

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
// import oria from '$lib/images/sponsors/oria.png';
3535
import xelon from '$lib/images/sponsors/xelon.png';
3636
import linbit from '$lib/images/sponsors/linbit.svg';
37+
import ipt from '$lib/images/sponsors/ipt.svg';
3738
3839
enum SponsorTier {
3940
Gold,
@@ -204,6 +205,12 @@
204205
imgSrc: linbit,
205206
link: 'https://linbit.com/',
206207
tier: SponsorTier.Silver
208+
},
209+
{
210+
name: 'IPT',
211+
imgSrc: ipt,
212+
link: 'https://ipt.ch/',
213+
tier: SponsorTier.Gold
207214
}
208215
];
209216

0 commit comments

Comments
 (0)