rename favicon to break cache

This commit is contained in:
henrygd
2025-10-09 13:37:09 -04:00
parent 4056345216
commit 5b663621e4
4 changed files with 11 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ const App = memo(() => {
// subscribe to new alert updates
.then(alertManager.subscribe)
return () => {
// updateFavicon("favicon.svg")
alertManager.unsubscribe()
systemsManager.unsubscribe()
}