From b7b2eae20c7c4276343e5f1f0e5feaeb5ac3a0ef Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:36:21 -0600 Subject: fix(web): favicon rename again --- packages/desktop/index.html | 8 ++++---- packages/desktop/src/index.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'packages/desktop') diff --git a/packages/desktop/index.html b/packages/desktop/index.html index 7bed1e8bd..6a81ef4a5 100644 --- a/packages/desktop/index.html +++ b/packages/desktop/index.html @@ -4,10 +4,10 @@ OpenCode - - - - + + + + diff --git a/packages/desktop/src/index.tsx b/packages/desktop/src/index.tsx index e36644b05..ac21b3c28 100644 --- a/packages/desktop/src/index.tsx +++ b/packages/desktop/src/index.tsx @@ -270,7 +270,7 @@ const createPlatform = (password: Accessor): Platform => ({ .then(() => { const notification = new Notification(title, { body: description ?? "", - icon: "https://opencode.ai/favicon-96x96-v2.png", + icon: "https://opencode.ai/favicon-96x96-v3.png", }) notification.onclick = () => { const win = getCurrentWindow() -- cgit v1.2.3