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"
8
2
9
3
import { clsx } from "clsx"
10
4
import NextImage from "next-image-export-optimizer"
@@ -19,34 +13,33 @@ const SPONSORS: Array<{
19
13
title : string
20
14
logos : Array < LogosType >
21
15
} > = [
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
+ // },
45
39
{
46
40
title : "Silver" ,
47
41
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/" } ,
50
43
] ,
51
44
} ,
52
45
]
@@ -99,10 +92,10 @@ function List({
99
92
)
100
93
}
101
94
102
- export function PastSponsors ( ) {
95
+ export function Sponsors ( ) {
103
96
return (
104
97
< section >
105
- < h1 className = "conf-heading mb-12" > Thanks to our 2024 sponsors! </ h1 >
98
+ < h1 className = "conf-heading mb-12" > Sponsors </ h1 >
106
99
{ SPONSORS . map ( ( { title, logos } , i ) => (
107
100
< >
108
101
< div className = "mb-2 flex items-center gap-2 border-b-2 border-dotted border-white/40 pb-1.5" >
0 commit comments