diff --git a/public/img/conf/Sponsors/Apollo.svg b/public/img/conf/Sponsors/Apollo.svg new file mode 100644 index 0000000000..61da635407 --- /dev/null +++ b/public/img/conf/Sponsors/Apollo.svg @@ -0,0 +1,9 @@ + diff --git a/src/app/conf/2024/sponsors.tsx b/src/app/conf/2024/sponsors.tsx index 8fbdebb1a0..e21f3d9f29 100644 --- a/src/app/conf/2024/sponsors.tsx +++ b/src/app/conf/2024/sponsors.tsx @@ -1,21 +1,8 @@ import Stellate from "public/img/conf/Sponsors/Stellate.svg" -import Postman from "public/img/conf/Sponsors/Postman.svg" -import Solo from "public/img/conf/Sponsors/Solo.svg" import Hasura from "public/img/conf/Sponsors/Hasura.svg" -import TheGraph from "public/img/conf/Sponsors/TheGraph.svg" import TheGuild from "public/img/conf/Sponsors/TheGuild.svg" -import Hygraph from "public/img/conf/Sponsors/Hygraph.svg" -import StepZen from "public/img/conf/Sponsors/StepZen.svg" -import Inigo from "public/img/conf/Sponsors/Inigo.svg" -import Neo4j from "public/img/conf/Sponsors/Neo4j.svg" -import WunderGraph from "public/img/conf/Sponsors/WunderGraph.svg" -import Graphabase from "public/img/conf/Sponsors/Graphabase.svg" -import GraphQLWeekly from "public/img/conf/Partners/GraphQLWeekly.svg" -import GraphQLWTF from "public/img/conf/Partners/GraphQLwtf.svg" -import EscapeTechnologies from "public/img/conf/Partners/EscapeTechnologies.svg" -import AmsterdamGraphQL from "public/img/conf/Partners/AmsterdamGraphQL.svg" -import BangkokGraphQL from "public/img/conf/Partners/BangkokGraphQL.svg" -import TypeGraphQL from "public/img/conf/Partners/TypeGraphQL.svg" +import Apollo from "public/img/conf/Sponsors/Apollo.svg" + import { clsx } from "clsx" import NextImage from "next-image-export-optimizer" @@ -26,60 +13,25 @@ interface Image { } const sponsorDiamond: Image[] = [ - { icon: Hasura, name: "Hasura", link: "https://hasura.io" }, - { icon: Postman, name: "Postman", link: "https://postman.com" }, { icon: TheGuild, name: "The Guild", link: "https://the-guild.dev" }, ] -const sponsorPlatinum: Image[] = [ - { icon: Hygraph, name: "Hygraph", link: "https://hygraph.com" }, - { icon: Solo, name: "Solo.io", link: "https://solo.io" }, -] +const sponsorPlatinum: Image[] = [] const sponsorGold: Image[] = [ - { icon: StepZen, name: "StepZen", link: "https://stepzen.com" }, - { icon: Inigo, name: "Inigo", link: "https://inigo.io" }, - { icon: TheGraph, name: "The Graph", link: "https://thegraph.com" }, + { icon: Apollo, name: "Apollo", link: "https://www.apollographql.com/" }, + { icon: Hasura, name: "Hasura", link: "https://hasura.io" }, ] const sponsorSilver: Image[] = [ - { icon: Graphabase, name: "Graphabase", link: "https://graphabase.com" }, - { icon: Neo4j, name: "Neo4j", link: "https://neo4j.com" }, { icon: Stellate, name: "Stellate", link: "https://stellate.co" }, - { icon: WunderGraph, name: "WunderGraph", link: "https://wundergraph.com" }, ] -const workshopDaySponsors: Image[] = [ - { icon: TheGuild, name: "The Guild", link: "https://the-guild.dev" }, -] +const workshopDaySponsors: Image[] = [] -const mediaPartners: Image[] = [ - { icon: GraphQLWTF, name: "GraphQLWTF", link: "https://graphql.wtf" }, - { - icon: GraphQLWeekly, - name: "GraphQLWeekly", - link: "https://graphqlweekly.com", - }, -] +const mediaPartners: Image[] = [] -const communityPartners: Image[] = [ - { - icon: AmsterdamGraphQL, - name: "Amsterdam GraphQL", - link: "https://meetup.com/amsterdam-graphql-meetup", - }, - { - icon: BangkokGraphQL, - name: "Bangkok GraphQL", - link: "https://meetup.com/graphql-bangkok", - }, - { - icon: EscapeTechnologies, - name: "EscapeTechnologies", - link: "https://escape.tech", - }, - { icon: TypeGraphQL, name: "TypeGraphQL", link: "https://typegraphql.com" }, -] +const communityPartners: Image[] = [] function List({ items, @@ -91,7 +43,7 @@ function List({ linkClassName?: string }) { return ( -