Skip to content

Commit

Permalink
Adds graphweaver to Gold Sponsor list 🎉 (#1749)
Browse files Browse the repository at this point in the history
* Add Graphweaver to Gold Sponsors List

* Add graphweaver - Gold GraphQL Conf Sponsor

* derped filename
  • Loading branch information
jorydotcom authored Aug 7, 2024
1 parent cef86b3 commit 21dd7bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/img/conf/Sponsors/Graphweaver.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/app/conf/2024/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import TheGuild from "public/img/conf/Sponsors/TheGuild.svg"
import Apollo from "public/img/conf/Sponsors/Apollo.svg"
import Tyk from "public/img/conf/Sponsors/Tyk.svg"
import IBM from "public/img/conf/Sponsors/IBM.svg"
import Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg"

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

const sponsorGold: Image[] = [
{ icon: Apollo, name: "Apollo", link: "https://www.apollographql.com/" },
{ icon: Graphweaver, name: "Graphweaver", link: "https://graphweaver.com" },
{ icon: Hasura, name: "Hasura", link: "https://hasura.io" },
]

Expand Down

0 comments on commit 21dd7bc

Please sign in to comment.