fix: add spacing login page and wrong homepagebutton enabled settings (#3619)

Co-authored-by: dni  <office@dnilabs.com>
This commit is contained in:
Tiago Vasconcelos
2025-12-04 13:34:11 +01:00
committed by GitHub
co-authored by dni ⚡
parent 625fa6503c
commit 17c40d539e
3 changed files with 34 additions and 39 deletions
File diff suppressed because one or more lines are too long
+1 -8
View File
@@ -38,7 +38,7 @@ window.PageHome = {
return this.LNBITS_CUSTOM_IMAGE
},
showHomepageElements() {
return this.HOMEPAGE_ELEMENTS_ENABLED
return this.LNBITS_SHOW_HOME_PAGE_ELEMENTS === true
},
siteTitle() {
return this.SITE_TITLE || ''
@@ -54,13 +54,6 @@ window.PageHome = {
},
ads() {
return this.AD_SPACE.map(ad => ad.split(';'))
},
lnbitsBannerEnabled() {
return (
this.isSatsDenomination &&
this.SITE_TITLE == 'LNbits' &&
this.LNBITS_SHOW_HOME_PAGE_ELEMENTS == true
)
}
},
methods: {