Skip to content

Commit 9545b19

Browse files
authored
Add Tyk to Silver Sponsor tier
1 parent bc22210 commit 9545b19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/conf/2024/sponsors.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Stellate from "public/img/conf/Sponsors/Stellate.svg"
22
import Hasura from "public/img/conf/Sponsors/Hasura.svg"
33
import TheGuild from "public/img/conf/Sponsors/TheGuild.svg"
44
import Apollo from "public/img/conf/Sponsors/Apollo.svg"
5+
import Tyk from "public/img/conf/Sponsors/Tyk.svg"
56

67
import { clsx } from "clsx"
78
import NextImage from "next-image-export-optimizer"
@@ -25,6 +26,7 @@ const sponsorGold: Image[] = [
2526

2627
const sponsorSilver: Image[] = [
2728
{ icon: Stellate, name: "Stellate", link: "https://stellate.co" },
29+
{ icon: Tyk, name: "Tyk", link: "https://tyk.io/" },
2830
]
2931

3032
const workshopDaySponsors: Image[] = []

0 commit comments

Comments
 (0)