mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 19:37:42 +01:00
Adds no-border to fix the install card (#2950)
This commit is contained in:
parent
69350849b1
commit
7eb021f43c
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@
|
|||
></q-icon>
|
||||
<span v-text="$t('release_details_error')"></span>
|
||||
</div>
|
||||
<q-card v-else>
|
||||
<q-card class="no-border" v-else>
|
||||
<q-card-section v-if="release.is_version_compatible">
|
||||
<span
|
||||
v-if="release.requiresPayment && !release.paid_sats"
|
||||
|
|
Loading…
Add table
Reference in a new issue