Skip to content

Commit f51c49a

Browse files
committed
Add die Post as Popcorn sponsor
1 parent 154d101 commit f51c49a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routes/Sponsors.svelte

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// import cloud37 from '$lib/images/sponsors/cloud37.png';
1313
import cloudscale from '$lib/images/sponsors/cloudscale.png';
1414
import dieMobiliar from '$lib/images/sponsors/diemobiliar.svg';
15-
// import diepost from '$lib/images/sponsors/diepost.svg';
15+
import diepost from '$lib/images/sponsors/diepost.svg';
1616
// import isovalent from '$lib/images/sponsors/isovalent.png';
1717
// import peakscale from '$lib/images/sponsors/peakscale.svg';
1818
import postfinance from '$lib/images/sponsors/postfinance.svg';
@@ -97,12 +97,12 @@
9797
// link: 'https://www.vshn.ch/',
9898
// tier: SponsorTier.Silver
9999
// },
100-
// {
101-
// name: 'Swiss Post',
102-
// imgSrc: diepost,
103-
// link: 'https://www.post.ch/',
104-
// tier: SponsorTier.Popcorn
105-
// },
100+
{
101+
name: 'Swiss Post',
102+
imgSrc: diepost,
103+
link: 'https://www.post.ch/',
104+
tier: SponsorTier.Popcorn
105+
},
106106
// {
107107
// name: 'Hidora',
108108
// imgSrc: hidora,

0 commit comments

Comments
 (0)