Content Partners: fix Magewell logo (official wordmark, not RMP)

This commit is contained in:
2026-06-26 17:18:17 +00:00
parent 3f23447af7
commit 3f00851908
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -11,6 +11,7 @@ type Sponsor = {
const LOGO_OVERRIDES: Record<string, string> = { const LOGO_OVERRIDES: Record<string, string> = {
// Full-color wordmark PNG reads cleanly on the white logo tile (unlike the gray SVG). // Full-color wordmark PNG reads cleanly on the white logo tile (unlike the gray SVG).
"blackmagic-design": "/img/partners/blackmagic-design.png", "blackmagic-design": "/img/partners/blackmagic-design.png",
"magewell": "/img/partners/magewell.png",
}; };
function resolveLogoUrl(slug: string, logoUrl: string | null): string { function resolveLogoUrl(slug: string, logoUrl: string | null): string {