1- 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- import IBM from "public/img/conf/Sponsors/IBM.svg"
7- import Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg"
1+ import Grafbase from "public/img/conf/Sponsors/Grafbase.svg"
82
93import { clsx } from "clsx"
104import NextImage from "next-image-export-optimizer"
@@ -19,34 +13,33 @@ const SPONSORS: Array<{
1913 title : string
2014 logos : Array < LogosType >
2115} > = [
22- {
23- title : "Diamond" ,
24- logos : [
25- { icon : TheGuild , name : "The Guild" , link : "https://the-guild.dev" } ,
26- {
27- icon : IBM ,
28- name : "IBM" ,
29- link : "https://www.ibm.com/products/api-connect" ,
30- } ,
31- ] ,
32- } ,
33- {
34- title : "Gold" ,
35- logos : [
36- { icon : Apollo , name : "Apollo" , link : "https://www.apollographql.com/" } ,
37- {
38- icon : Graphweaver ,
39- name : "Graphweaver" ,
40- link : "https://graphweaver.com" ,
41- } ,
42- { icon : Hasura , name : "Hasura" , link : "https://hasura.io" } ,
43- ] ,
44- } ,
16+ // {
17+ // title: "Diamond",
18+ // logos: [
19+ // { icon: TheGuild, name: "The Guild", link: "https://the-guild.dev" },
20+ // {
21+ // icon: IBM,
22+ // name: "IBM",
23+ // link: "https://www.ibm.com/products/api-connect",
24+ // },
25+ // ],
26+ // },
27+ // {
28+ // title: "Gold",
29+ // logos: [
30+ // { icon: Apollo, name: "Apollo", link: "https://www.apollographql.com/" },
31+ // {
32+ // icon: Graphweaver,
33+ // name: "Graphweaver",
34+ // link: "https://graphweaver.com",
35+ // },
36+ // { icon: Hasura, name: "Hasura", link: "https://hasura.io" },
37+ // ],
38+ // },
4539 {
4640 title : "Silver" ,
4741 logos : [
48- { icon : Stellate , name : "Stellate" , link : "https://stellate.co" } ,
49- { icon : Tyk , name : "Tyk" , link : "https://tyk.io/" } ,
42+ { icon : Grafbase , name : "Grafbase" , link : "https://grafbase.com/" } ,
5043 ] ,
5144 } ,
5245]
@@ -99,10 +92,10 @@ function List({
9992 )
10093}
10194
102- export function PastSponsors ( ) {
95+ export function Sponsors ( ) {
10396 return (
10497 < section >
105- < h1 className = "conf-heading mb-12" > Thanks to our 2024 sponsors! </ h1 >
98+ < h1 className = "conf-heading mb-12" > Sponsors </ h1 >
10699 { SPONSORS . map ( ( { title, logos } , i ) => (
107100 < >
108101 < div className = "mb-2 flex items-center gap-2 border-b-2 border-dotted border-white/40 pb-1.5" >
0 commit comments