feat: footer remove site_title condition (#3557)
This commit is contained in:
parent
44985cb0d1
commit
152c1dbb74
2 changed files with 2 additions and 5 deletions
2
lnbits/static/bundle-components.min.js
vendored
2
lnbits/static/bundle-components.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -9,10 +9,7 @@ window.app.component('lnbits-footer', {
|
||||||
return `${this.SITE_TITLE}, ${this.SITE_TAGLINE}`
|
return `${this.SITE_TITLE}, ${this.SITE_TAGLINE}`
|
||||||
},
|
},
|
||||||
showFooter() {
|
showFooter() {
|
||||||
return (
|
return this.LNBITS_SHOW_HOME_PAGE_ELEMENTS == true
|
||||||
this.SITE_TITLE == 'LNbits' &&
|
|
||||||
this.LNBITS_SHOW_HOME_PAGE_ELEMENTS == true
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue