mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
zen: add zai logo
This commit is contained in:
parent
16dbac6026
commit
8841112b07
1 changed files with 4 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import { Legal } from "~/component/legal"
|
|||
import { Footer } from "~/component/footer"
|
||||
import { Header } from "~/component/header"
|
||||
import { getLastSeenWorkspaceID } from "../workspace/common"
|
||||
import { IconGemini } from "~/component/icon"
|
||||
import { IconGemini, IconZai } from "~/component/icon"
|
||||
|
||||
const checkLoggedIn = query(async () => {
|
||||
"use server"
|
||||
|
|
@ -116,6 +116,9 @@ export default function Home() {
|
|||
/>
|
||||
</svg>
|
||||
</div>
|
||||
<div>
|
||||
<IconZai width="24" height="24" />
|
||||
</div>
|
||||
</div>
|
||||
<a href="/auth">
|
||||
<span>Get started with Zen </span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue