Skip to content

Commit 68262b3

Browse files
authored
feat: apollo for 2025 conf gold sponsor (#2026)
1 parent d849c29 commit 68262b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/conf/2025/components/sponsors.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Grafbase from "public/img/conf/Sponsors/Grafbase.svg?svgr"
2+
import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr"
23

34
import { clsx } from "clsx"
45
import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right"
@@ -11,7 +12,9 @@ interface Sponsor {
1112

1213
const sponsorDiamond: Sponsor[] = []
1314

14-
const sponsorGold: Sponsor[] = []
15+
const sponsorGold: Sponsor[] = [
16+
{ icon: Apollo, name: "Apollo", link: "https://www.apollographql.com" },
17+
]
1518

1619
const sponsorSilver: Sponsor[] = [
1720
{ icon: Grafbase, name: "Grafbase", link: "https://grafbase.com/" },

0 commit comments

Comments
 (0)