diff --git a/src/app/conf/2025/components/sponsors.tsx b/src/app/conf/2025/components/sponsors.tsx index 5788db1741..562990b3a3 100644 --- a/src/app/conf/2025/components/sponsors.tsx +++ b/src/app/conf/2025/components/sponsors.tsx @@ -33,13 +33,6 @@ const sponsorGold: Sponsor[] = [ name: "Apollo", link: "https://www.apollographql.com", }, - { - icon: (props: React.SVGProps) => ( - - ), - name: "Netflix", - link: "https://netflix.com", - }, ] const sponsorSilver: Sponsor[] = [ @@ -77,6 +70,13 @@ const sponsorSilver: Sponsor[] = [ name: "Meta", link: "https://about.facebook.com/meta/", }, + { + icon: (props: React.SVGProps) => ( + + ), + name: "Netflix", + link: "https://netflix.com", + }, ] export interface SponsorsProps {