fix favicon sorta
This commit is contained in:
parent
958dfaa960
commit
b07659f474
4 changed files with 22 additions and 4 deletions
|
@ -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`,
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<img
|
||||
v-if="!hideSiteFavicon"
|
||||
class="favicon"
|
||||
src="/favicon.png"
|
||||
:src="instanceFavicon"
|
||||
>
|
||||
<span
|
||||
v-if="!hideSiteName"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue