mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
fix(web): rename favicons to v2 for cache busting (#9492)
This commit is contained in:
parent
c47699536f
commit
889c60d63b
22 changed files with 78 additions and 16 deletions
|
|
@ -253,7 +253,7 @@ const createPlatform = (password: Accessor<string | null>): Platform => ({
|
|||
.then(() => {
|
||||
const notification = new Notification(title, {
|
||||
body: description ?? "",
|
||||
icon: "https://opencode.ai/favicon-96x96.png",
|
||||
icon: "https://opencode.ai/favicon-96x96-v2.png",
|
||||
})
|
||||
notification.onclick = () => {
|
||||
const win = getCurrentWindow()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue