Skip to content

Commit d70ab16

Browse files
authored
Adds GraphQL Sponsor - Tyk (#1737)
* Add Tyk Logo * Add Tyk to Silver Sponsor tier
1 parent 158a9ce commit d70ab16

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

public/img/conf/Sponsors/Tyk.svg

Lines changed: 18 additions & 0 deletions
Loading

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)