feat: footer remove site_title condition (#3557)
This commit is contained in:
+1
-1
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
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user