remove to-ico dependency, use png favicon

This commit is contained in:
les
2021-07-28 10:02:04 +02:00
parent 4b3f842546
commit 45a22b094a
10 changed files with 33 additions and 94 deletions

View File

@@ -20,7 +20,7 @@
:href='instance.url'
two-line)
v-list-item-avatar
v-img(:src='`${instance.url}/favicon.ico`')
v-img(:src='`${instance.url}/logo.png`')
v-list-item-content
v-list-item-title {{instance.name}}
v-list-item-subtitle {{instance.label}}

View File

@@ -9,8 +9,8 @@
accept='image/*')
template(slot='append-outer')
v-btn(color='warning' text @click='resetLogo') <v-icon>mdi-restore</v-icon> {{$t('common.reset')}}
v-img(:src='`${settings.baseurl}/favicon.ico?${logoKey}`'
max-width="100px" max-height="80px" contain)
v-img(:src='`${settings.baseurl}/logo.png?${logoKey}`'
max-width="60px" max-height="60px" contain)
//- v-switch.mt-5(v-model='is_dark'
//- inset