chore(console): trim /go model logos

This commit is contained in:
David Hill
2026-03-03 19:04:48 +00:00
parent d80334b2bc
commit 12f4315d9d
+5 -1
View File
@@ -17,7 +17,7 @@ import { Legal } from "~/component/legal"
import { Footer } from "~/component/footer" import { Footer } from "~/component/footer"
import { Header } from "~/component/header" import { Header } from "~/component/header"
import { getLastSeenWorkspaceID } from "../workspace/common" import { getLastSeenWorkspaceID } from "../workspace/common"
import { IconGemini, IconMiniMax, IconZai } from "~/component/icon" import { IconMiniMax, IconZai } from "~/component/icon"
import { useI18n } from "~/context/i18n" import { useI18n } from "~/context/i18n"
import { useLanguage } from "~/context/language" import { useLanguage } from "~/context/language"
import { LocaleLinks } from "~/component/locale-links" import { LocaleLinks } from "~/component/locale-links"
@@ -52,6 +52,7 @@ export default function Home() {
<h1>Low cost coding models for everyone</h1> <h1>Low cost coding models for everyone</h1>
<p>{i18n.t("zen.hero.body")}</p> <p>{i18n.t("zen.hero.body")}</p>
<div data-slot="model-logos"> <div data-slot="model-logos">
{/*
<div> <div>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask <mask
@@ -97,6 +98,7 @@ export default function Home() {
/> />
</svg> </svg>
</div> </div>
*/}
<div> <div>
<IconMiniMax width="24" height="24" /> <IconMiniMax width="24" height="24" />
</div> </div>
@@ -111,6 +113,7 @@ export default function Home() {
<div> <div>
<IconZai width="24" height="24" /> <IconZai width="24" height="24" />
</div> </div>
{/*
<div> <div>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path <path
@@ -121,6 +124,7 @@ export default function Home() {
/> />
</svg> </svg>
</div> </div>
*/}
</div> </div>
<a href="/auth"> <a href="/auth">
<span>{i18n.t("zen.cta.start")}</span> <span>{i18n.t("zen.cta.start")}</span>