diff --git a/src/app/conf/2025/components/sponsors.tsx b/src/app/conf/2025/components/sponsors.tsx index 5788db1741..492634a7a6 100644 --- a/src/app/conf/2025/components/sponsors.tsx +++ b/src/app/conf/2025/components/sponsors.tsx @@ -4,7 +4,6 @@ import Netflix from "public/img/conf/Sponsors/Netflix.svg?svgr" import { clsx } from "clsx" import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right" -import { ComponentPropsWithoutRef } from "react" interface Sponsor { icon: @@ -58,19 +57,19 @@ const sponsorSilver: Sponsor[] = [ }, { icon: (props: React.HTMLAttributes) => ( -
+
), @@ -135,7 +134,7 @@ function Tier({ tier, logoHeight }: { tier: Tier; logoHeight: number }) { {tier.name} -
+
{tier.items.map(({ link, icon: Icon, name }, i) => (