Skip to content

Commit ab8a19d

Browse files
committed
Add Bedag as Gelato sponsor
1 parent 5fbd001 commit ab8a19d

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import amanox from '$lib/images/sponsors/amanox.png';
77
import aws from '$lib/images/sponsors/aws.svg';
88
// import azure from '$lib/images/sponsors/azure.png';
9-
// import bedag from '$lib/images/sponsors/bedag.svg';
9+
import bedag from '$lib/images/sponsors/bedag.svg';
1010
import bespinian from '$lib/images/sponsors/bespinian.svg';
1111
// import camptocamp from '$lib/images/sponsors/camp-to-camp.png';
1212
// import cloud37 from '$lib/images/sponsors/cloud37.png';
@@ -176,6 +176,12 @@
176176
imgSrc: redguard,
177177
link: 'https://www.redguard.ch/',
178178
tier: SponsorTier.Bronze
179+
},
180+
{
181+
name: 'Bedag',
182+
imgSrc: bedag,
183+
link: 'https://www.bedag.ch/',
184+
tier: SponsorTier.Gelato
179185
}
180186
];
181187

0 commit comments

Comments
 (0)