Content Partners: fix Magewell logo (official wordmark, not RMP)
This commit is contained in:
BIN
public/img/partners/magewell.png
Normal file
BIN
public/img/partners/magewell.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user