We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d849c29 commit 68262b3Copy full SHA for 68262b3
src/app/conf/2025/components/sponsors.tsx
@@ -1,4 +1,5 @@
1
import Grafbase from "public/img/conf/Sponsors/Grafbase.svg?svgr"
2
+import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr"
3
4
import { clsx } from "clsx"
5
import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right"
@@ -11,7 +12,9 @@ interface Sponsor {
11
12
13
const sponsorDiamond: Sponsor[] = []
14
-const sponsorGold: Sponsor[] = []
15
+const sponsorGold: Sponsor[] = [
16
+ { icon: Apollo, name: "Apollo", link: "https://www.apollographql.com" },
17
+]
18
19
const sponsorSilver: Sponsor[] = [
20
{ icon: Grafbase, name: "Grafbase", link: "https://grafbase.com/" },
0 commit comments