Skip to content

Commit 7367e94

Browse files
authored
feat: new conf 2025 sponsor (#2074)
1 parent 4f4bbbc commit 7367e94

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

public/img/conf/Sponsors/Netflix.svg

Lines changed: 1 addition & 0 deletions
Loading

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Grafbase from "public/img/conf/Sponsors/Grafbase.svg?svgr"
22
import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr"
3+
import Netflix from "public/img/conf/Sponsors/Netflix.svg?svgr"
34

45
import { clsx } from "clsx"
56
import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right"
@@ -32,6 +33,13 @@ const sponsorGold: Sponsor[] = [
3233
name: "Apollo",
3334
link: "https://www.apollographql.com",
3435
},
36+
{
37+
icon: (props: React.SVGProps<SVGElement>) => (
38+
<Netflix {...props} className={clsx(props.className)} />
39+
),
40+
name: "Netflix",
41+
link: "https://netflix.com",
42+
},
3543
]
3644

3745
const sponsorSilver: Sponsor[] = [

0 commit comments

Comments
 (0)