Frank 6 months ago
parent
commit
6036a1d611
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/console/function/src/auth.ts

+ 1 - 1
packages/console/function/src/auth.ts

@@ -29,7 +29,7 @@ export const subjects = createSubjects({
 
 const MY_THEME: Theme = {
   ...THEME_OPENAUTH,
-  logo: "https://opencode.ai/favicon-zen.svg",
+  logo: "https://opencode.ai/favicon.svg",
 }
 
 export default {