mirror of
https://github.com/xmanrui/OpenClaw-bot-review.git
synced 2026-07-27 22:25:52 +00:00
fix(ui): use transparent local feishu favicon fallback
This commit is contained in:
+1
-1
@@ -194,7 +194,7 @@ function PlatformBadge({ platform, agentId, gatewayPort, gatewayToken, gatewayHo
|
||||
? "https://cdn.simpleicons.org/whatsapp/25D366"
|
||||
: "https://cdn.simpleicons.org/discord/5865F2";
|
||||
const logoFallbackSrc = pName === "feishu"
|
||||
? "/assets/platform-logos/feishu.svg"
|
||||
? "/assets/platform-logos/feishu-favicon.png?v=1"
|
||||
: pName === "telegram"
|
||||
? "/assets/platform-logos/telegram.svg"
|
||||
: pName === "whatsapp"
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
Reference in New Issue
Block a user