mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-15 12:20:21 +01:00
Merge pull request #1670 from lnbits/fixsparkimage
Fixes spark image on homepage
This commit is contained in:
commit
67c377affc
2 changed files with 9 additions and 10 deletions
|
@ -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 => {
|
||||||
|
|
|
@ -141,9 +141,7 @@
|
||||||
></q-img>
|
></q-img>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col q-pl-md"> </div>
|
<div class="col q-pl-md">
|
||||||
</div>
|
|
||||||
<div class="col">
|
|
||||||
<a href="https://github.com/shesek/spark-wallet">
|
<a href="https://github.com/shesek/spark-wallet">
|
||||||
<q-img
|
<q-img
|
||||||
contain
|
contain
|
||||||
|
@ -152,6 +150,7 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% if AD_SPACE %} {% for ADS in AD_SPACE %} {% set AD = ADS.split(';') %}
|
{% if AD_SPACE %} {% for ADS in AD_SPACE %} {% set AD = ADS.split(';') %}
|
||||||
<div class="col-6 col-sm-4 col-md-8 q-gutter-y-sm">
|
<div class="col-6 col-sm-4 col-md-8 q-gutter-y-sm">
|
||||||
|
|
Loading…
Add table
Reference in a new issue