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/app/src | |
| parent | 1b98f26794664a464489414d8767897a03f9ee14 (diff) | |
| download | opencode-b7b2eae20c7c4276343e5f1f0e5feaeb5ac3a0ef.tar.gz opencode-b7b2eae20c7c4276343e5f1f0e5feaeb5ac3a0ef.zip | |
fix(web): favicon rename again
Diffstat (limited to 'packages/app/src')
| -rw-r--r-- | packages/app/src/entry.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/entry.tsx b/packages/app/src/entry.tsx index a375a7ac6..df8547636 100644 --- a/packages/app/src/entry.tsx +++ b/packages/app/src/entry.tsx @@ -49,7 +49,7 @@ const platform: 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 = () => { window.focus() |
