Skip to content

Commit 21dd7bc

Browse files
authored
Adds graphweaver to Gold Sponsor list 🎉 (#1749)
* Add Graphweaver to Gold Sponsors List * Add graphweaver - Gold GraphQL Conf Sponsor * derped filename
1 parent cef86b3 commit 21dd7bc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 10 additions & 0 deletions
Loading

‎src/app/conf/2024/sponsors.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import TheGuild from "public/img/conf/Sponsors/TheGuild.svg"
44
import Apollo from "public/img/conf/Sponsors/Apollo.svg"
55
import Tyk from "public/img/conf/Sponsors/Tyk.svg"
66
import IBM from "public/img/conf/Sponsors/IBM.svg"
7+
import Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg"
78

89
import { clsx } from "clsx"
910
import NextImage from "next-image-export-optimizer"
@@ -23,6 +24,7 @@ const sponsorPlatinum: Image[] = []
2324

2425
const sponsorGold: Image[] = [
2526
{ icon: Apollo, name: "Apollo", link: "https://www.apollographql.com/" },
27+
{ icon: Graphweaver, name: "Graphweaver", link: "https://graphweaver.com" },
2628
{ icon: Hasura, name: "Hasura", link: "https://hasura.io" },
2729
]
2830

0 commit comments

Comments
 (0)