fix favicon sorta

This commit is contained in:
CoolElectronics 2024-06-10 23:15:39 -04:00
parent 958dfaa960
commit b07659f474
No known key found for this signature in database
GPG key ID: F63593D168636C50
4 changed files with 22 additions and 4 deletions

View file

@ -75,6 +75,9 @@ export default {
'background-color': this.enableMask ? '' : 'transparent'
}
},
instanceFavicon(){
return this.$store.state.instance.iconUrl
},
logoBgStyle () {
return Object.assign({
'margin': `${this.$store.state.instance.logoMargin} 0`,

View file

@ -18,7 +18,7 @@
<img
v-if="!hideSiteFavicon"
class="favicon"
src="/favicon.png"
:src="instanceFavicon"
>
<span
v-if="!hideSiteName"