mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-28 10:41:58 +01:00
hide 'Runs On' scroll if title is not LNbits (#3053)
This commit is contained in:
parent
e06abb52ce
commit
a883e2c7d8
@ -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…
x
Reference in New Issue
Block a user