minor with logo

This commit is contained in:
lesion 2022-05-06 23:01:32 +02:00
parent 8981740620
commit 82ae4b1be9
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

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