We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe62159 commit c9482d4Copy full SHA for c9482d4
src/lib/images/sponsors/airlock.svg
src/lib/images/sponsors/exoscale.svg
src/routes/Sponsors.svelte
@@ -26,6 +26,7 @@
26
import schaltstelle from '$lib/images/sponsors/schaltstelle.svg';
27
import standortfoerderung from '$lib/images/sponsors/standortfoerderung.svg';
28
import airlock from '$lib/images/sponsors/airlock.svg';
29
+ import exoscale from '$lib/images/sponsors/exoscale.svg';
30
31
enum SponsorTier {
32
Gold,
@@ -208,6 +209,12 @@
208
209
imgSrc: airlock,
210
link: 'https://www.airlock.com/',
211
tier: SponsorTier.Silver
212
+ },
213
+ {
214
+ name: 'Exoscale',
215
+ imgSrc: exoscale,
216
+ link: 'https://www.exoscale.com/',
217
+ tier: SponsorTier.Silver
218
}
219
];
220
0 commit comments