Skip to content

Commit 773a4b9

Browse files
committed
Add Adfinis as Bronze sponsor
1 parent c088ac3 commit 773a4b9

File tree

2 files changed

+90
-84
lines changed

2 files changed

+90
-84
lines changed

package-lock.json

Lines changed: 83 additions & 83 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
@@ -1,7 +1,7 @@
11
<script lang="ts">
22
import { _ } from 'svelte-i18n';
33
// import acend from '$lib/images/sponsors/acend.webp';
4-
// import adfinis from '$lib/images/sponsors/adfinis.png';
4+
import adfinis from '$lib/images/sponsors/adfinis.png';
55
// import adnovum from '$lib/images/sponsors/adnovum.png';
66
import amanox from '$lib/images/sponsors/amanox.png';
77
// import aws from '$lib/images/sponsors/aws.png';
@@ -188,6 +188,12 @@
188188
imgSrc: schaltstelle,
189189
link: 'https://www.schaltstelle.ch/',
190190
tier: SponsorTier.Bronze
191+
},
192+
{
193+
name: 'Adfinis',
194+
imgSrc: adfinis,
195+
link: 'https://adfinis.com/',
196+
tier: SponsorTier.Bronze
191197
}
192198
];
193199

0 commit comments

Comments
 (0)