Browse Source

zen: add zai logo

Frank 2 months ago
parent
commit
8841112b07
1 changed files with 4 additions and 1 deletions
  1. 4 1
      packages/console/app/src/routes/zen/index.tsx

+ 4 - 1
packages/console/app/src/routes/zen/index.tsx

@@ -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>