From 10b1aabe1b21e4802bdc1918a5c03d0eb7a5cc47 Mon Sep 17 00:00:00 2001 From: bbuilds Date: Tue, 10 Feb 2026 16:03:51 -0500 Subject: [PATCH] fix: capitalization on broken logo --- src/data/partners.ts | 2 +- static/img/partners/{iQIYI.png => iqiyi-logo.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename static/img/partners/{iQIYI.png => iqiyi-logo.png} (100%) diff --git a/src/data/partners.ts b/src/data/partners.ts index 014e0356b..13b07260f 100644 --- a/src/data/partners.ts +++ b/src/data/partners.ts @@ -472,7 +472,7 @@ export const partnersData: PartnersDataType = [ }, { name: "iQiyi", - logo: "iQiyi.png", + logo: "iqiyi-logo.png", type: ["Publishers"], }, { diff --git a/static/img/partners/iQIYI.png b/static/img/partners/iqiyi-logo.png similarity index 100% rename from static/img/partners/iQIYI.png rename to static/img/partners/iqiyi-logo.png