update favicon (#1811)

This commit is contained in:
Arc 2023-07-07 10:21:24 +01:00 committed by GitHub
parent 83a04d8f74
commit 0adaf03de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -1,6 +1,6 @@
// update cache version every time there is a new deployment
// so the service worker reinitializes the cache
const CACHE_VERSION = 47
const CACHE_VERSION = 48
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => {