Skip to content

Commit 259a12e

Browse files
Use the PNG Z.ai badge asset
Swap the marketing and teams pages to the downloaded PNG so the site uses the updated provider badge. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent 3e7360d commit 259a12e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

frontend/public/badge-zai-logo.png

14 KB
Loading

frontend/src/components/Marketing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const AI_MODELS = [
2727
alt: "Moonshot",
2828
labels: ["Kimi K2.5"]
2929
},
30-
{ src: "/badge-zai-logo.svg", alt: "Z.ai", labels: ["GLM 5.1"] },
30+
{ src: "/badge-zai-logo.png", alt: "Z.ai", labels: ["GLM 5.1"] },
3131
{ src: "/badge-qwen-logo.png", alt: "Qwen", labels: ["Qwen3-VL"] },
3232
{ src: "/badge-meta-logo.png", alt: "Meta", labels: ["Meta Llama"] }
3333
];

frontend/src/routes/teams.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function TeamsPage() {
127127
{ src: "/badge-openai-logo.png", alt: "OpenAI", label: "OpenAI GPT-OSS" },
128128
{ src: "/badge-google-logo.png", alt: "Google", label: "Gemma 4" },
129129
{ src: "/badge-kimi-logo.png", alt: "Moonshot", label: "Kimi K2.5" },
130-
{ src: "/badge-zai-logo.svg", alt: "Z.ai", label: "GLM 5.1" },
130+
{ src: "/badge-zai-logo.png", alt: "Z.ai", label: "GLM 5.1" },
131131
{ src: "/badge-meta-logo.png", alt: "Meta", label: "Meta Llama" }
132132
];
133133
return (

0 commit comments

Comments
 (0)