fix(web): favicon rename again

This commit is contained in:
Adam 2026-01-21 14:36:21 -06:00
commit b7b2eae20c
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
29 changed files with 19 additions and 19 deletions

View file

@ -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()