hide 'Runs On' scroll if title is not LNbits (#3053)
This commit is contained in:
parent
e06abb52ce
commit
a883e2c7d8
1 changed files with 5 additions and 2 deletions
|
|
@ -225,7 +225,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
v-if="'{{ LNBITS_DENOMINATION }}' == 'sats'"
|
||||
v-if="'{{ LNBITS_DENOMINATION }}' == 'sats' && '{{ SITE_TITLE }}' == 'LNbits'"
|
||||
class="full-width q-mb-lg q-mt-sm"
|
||||
>
|
||||
<div class="flex flex-center q-gutter-md q-py-md">
|
||||
|
|
@ -281,7 +281,10 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div v-if="'{{ LNBITS_DENOMINATION }}' == 'sats'" class="full-width">
|
||||
<div
|
||||
v-if="'{{ LNBITS_DENOMINATION }}' == 'sats' && '{{ SITE_TITLE }}' == 'LNbits'"
|
||||
class="full-width"
|
||||
>
|
||||
<div class="wrapper">
|
||||
<div class="marquee">
|
||||
<div class="marquee__group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue