diff --git a/public/img/partners/magewell.png b/public/img/partners/magewell.png new file mode 100644 index 0000000..add897f Binary files /dev/null and b/public/img/partners/magewell.png differ diff --git a/src/components/SponsorLogoStrip.tsx b/src/components/SponsorLogoStrip.tsx index 6ec5c38..7c1b464 100644 --- a/src/components/SponsorLogoStrip.tsx +++ b/src/components/SponsorLogoStrip.tsx @@ -11,6 +11,7 @@ type Sponsor = { const LOGO_OVERRIDES: Record = { // Full-color wordmark PNG reads cleanly on the white logo tile (unlike the gray SVG). "blackmagic-design": "/img/partners/blackmagic-design.png", + "magewell": "/img/partners/magewell.png", }; function resolveLogoUrl(slug: string, logoUrl: string | null): string {