diff --git a/public/img/conf/Sponsors/Netflix.svg b/public/img/conf/Sponsors/Netflix.svg new file mode 100644 index 0000000000..483d2ef6c9 --- /dev/null +++ b/public/img/conf/Sponsors/Netflix.svg @@ -0,0 +1 @@ +Netflix-01.svg \ No newline at end of file diff --git a/src/app/conf/2025/components/sponsors.tsx b/src/app/conf/2025/components/sponsors.tsx index 358b79026c..5788db1741 100644 --- a/src/app/conf/2025/components/sponsors.tsx +++ b/src/app/conf/2025/components/sponsors.tsx @@ -1,5 +1,6 @@ import Grafbase from "public/img/conf/Sponsors/Grafbase.svg?svgr" import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr" +import Netflix from "public/img/conf/Sponsors/Netflix.svg?svgr" import { clsx } from "clsx" import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right" @@ -32,6 +33,13 @@ const sponsorGold: Sponsor[] = [ name: "Apollo", link: "https://www.apollographql.com", }, + { + icon: (props: React.SVGProps) => ( + + ), + name: "Netflix", + link: "https://netflix.com", + }, ] const sponsorSilver: Sponsor[] = [