diff options
| author | Adam <[email protected]> | 2026-01-21 14:36:21 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-21 14:36:21 -0600 |
| commit | b7b2eae20c7c4276343e5f1f0e5feaeb5ac3a0ef (patch) | |
| tree | 4b5a54cf429e1ebb2792af016e058ceb742724da /packages/desktop/src | |
| parent | 1b98f26794664a464489414d8767897a03f9ee14 (diff) | |
| download | opencode-b7b2eae20c7c4276343e5f1f0e5feaeb5ac3a0ef.tar.gz opencode-b7b2eae20c7c4276343e5f1f0e5feaeb5ac3a0ef.zip | |
fix(web): favicon rename again
Diffstat (limited to 'packages/desktop/src')
| -rw-r--r-- | packages/desktop/src/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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<string | null>): 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() |
