Skip to content

Commit 2ca5f15

Browse files
authored
add Apollo to Sponsor List (#2337)
Thank you team Apollo 🎉
1 parent c8943f9 commit 2ca5f15

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { clsx } from "clsx"
22
import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right"
33
import TheGuild from "public/img/conf/Sponsors/TheGuild.svg?svgr"
4+
import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr"
45
import Wundergraph from "public/img/conf/Sponsors/WunderGraph-graded.svg?svgr"
56
import Grafast from "public/img/conf/Sponsors/Grafast.svg?svgr"
67
import Chillicream from "public/img/conf/Sponsors/Chillicream.svg?svgr"
@@ -71,6 +72,19 @@ const sponsorGold: Sponsor[] = [
7172
]
7273

7374
const sponsorSilver: Sponsor[] = [
75+
{
76+
icon: (props: React.SVGProps<SVGElement>) => (
77+
<Apollo
78+
{...props}
79+
className={clsx(
80+
props.className,
81+
"[&_path]:fill-[#15252D] dark:[&_path]:fill-white",
82+
)}
83+
/>
84+
),
85+
name: "Apollo",
86+
link: "https://www.apollographql.com",
87+
},
7488
{
7589
icon: (props: React.SVGProps<SVGElement>) => (
7690
<Chillicream

0 commit comments

Comments
 (0)