From 423ec363d502c09e5c0d51904de9e55702afc7cd Mon Sep 17 00:00:00 2001 From: Local Administrator Date: Thu, 25 Jun 2026 14:35:14 +0000 Subject: [PATCH] Content Partners: dark #0d1520 band matching Industry News section --- src/components/SponsorLogoStrip.tsx | 62 +++++++++++++++-------------- 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/src/components/SponsorLogoStrip.tsx b/src/components/SponsorLogoStrip.tsx index 78694dc..510fdab 100644 --- a/src/components/SponsorLogoStrip.tsx +++ b/src/components/SponsorLogoStrip.tsx @@ -69,35 +69,37 @@ export default async function SponsorLogoStrip() { if (sponsors.length === 0) return null; return ( -
-
- - Content Partners - -
- - Advertise → - -
-
- {sponsors.map((s) => ( - - {/* eslint-disable-next-line @next/next/no-img-element */} - {s.name} +
+
+
+ + Content Partners + +
+ + Advertise → - ))} -
-
+
+
+ {sponsors.map((s) => ( + + {/* eslint-disable-next-line @next/next/no-img-element */} + {s.name} + + ))} +
+
+ ); -} \ No newline at end of file +}