Merge pull request #1670 from lnbits/fixsparkimage

Fixes spark image on homepage
This commit is contained in:
Arc
2023-05-02 14:25:59 +01:00
committed by GitHub
2 changed files with 9 additions and 10 deletions

View File

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

View File

@@ -141,15 +141,14 @@
></q-img> ></q-img>
</a> </a>
</div> </div>
<div class="col q-pl-md">&nbsp;</div> <div class="col q-pl-md">
</div> <a href="https://github.com/shesek/spark-wallet">
<div class="col"> <q-img
<a href="https://github.com/shesek/spark-wallet"> contain
<q-img :src="($q.dark.isActive) ? '/static/images/spark.png' : '/static/images/sparkl.png'"
contain ></q-img>
:src="($q.dark.isActive) ? '/static/images/spark.png' : '/static/images/sparkl.png'" </a>
></q-img> </div>
</a>
</div> </div>
</div> </div>