diff --git a/src/app/conf/2025/components/sponsors.tsx b/src/app/conf/2025/components/sponsors.tsx index 3502d81a08..3e972b2b60 100644 --- a/src/app/conf/2025/components/sponsors.tsx +++ b/src/app/conf/2025/components/sponsors.tsx @@ -118,7 +118,7 @@ export function Sponsors({ heading }: SponsorsProps) { ), )} @@ -134,7 +134,7 @@ function Tier({ tier, logoHeight }: { tier: Tier; logoHeight: number }) { {tier.name} -
+
{tier.items.map(({ link, icon: Icon, name }, i) => (