summaryrefslogtreecommitdiffhomepage
path: root/packages/console/function/src/auth.ts
diff options
context:
space:
mode:
authorRyan Vogel <[email protected]>2026-01-19 15:04:59 -0500
committerGitHub <[email protected]>2026-01-19 15:04:59 -0500
commit889c60d63b585a276080f20c40c2d73ff715ea94 (patch)
treeb550782e54a7138ab3d3039a5cff002c053c6211 /packages/console/function/src/auth.ts
parentc47699536fe9742cf5aa37f2c51168abeb90cb8d (diff)
downloadopencode-889c60d63b585a276080f20c40c2d73ff715ea94.tar.gz
opencode-889c60d63b585a276080f20c40c2d73ff715ea94.zip
fix(web): rename favicons to v2 for cache busting (#9492)
Diffstat (limited to 'packages/console/function/src/auth.ts')
-rw-r--r--packages/console/function/src/auth.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/function/src/auth.ts b/packages/console/function/src/auth.ts
index 082564b21..ee68dffff 100644
--- a/packages/console/function/src/auth.ts
+++ b/packages/console/function/src/auth.ts
@@ -35,7 +35,7 @@ export const subjects = createSubjects({
const MY_THEME: Theme = {
...THEME_OPENAUTH,
- logo: "https://opencode.ai/favicon.svg",
+ logo: "https://opencode.ai/favicon-v2.svg",
}
export default {