We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158a9ce commit d70ab16Copy full SHA for d70ab16
public/img/conf/Sponsors/Tyk.svg
src/app/conf/2024/sponsors.tsx
@@ -2,6 +2,7 @@ import Stellate from "public/img/conf/Sponsors/Stellate.svg"
2
import Hasura from "public/img/conf/Sponsors/Hasura.svg"
3
import TheGuild from "public/img/conf/Sponsors/TheGuild.svg"
4
import Apollo from "public/img/conf/Sponsors/Apollo.svg"
5
+import Tyk from "public/img/conf/Sponsors/Tyk.svg"
6
7
import { clsx } from "clsx"
8
import NextImage from "next-image-export-optimizer"
@@ -25,6 +26,7 @@ const sponsorGold: Image[] = [
25
26
27
const sponsorSilver: Image[] = [
28
{ icon: Stellate, name: "Stellate", link: "https://stellate.co" },
29
+ { icon: Tyk, name: "Tyk", link: "https://tyk.io/" },
30
]
31
32
const workshopDaySponsors: Image[] = []
0 commit comments