style: change logo
This commit is contained in:
parent
0ac697affd
commit
a34bc26726
2 changed files with 2 additions and 2 deletions
BIN
Services/client/src/assets/logo-edm.png
Normal file
BIN
Services/client/src/assets/logo-edm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
|
|
@ -15,9 +15,9 @@ const { loader } = storeToRefs(loaderStore)
|
||||||
<q-toolbar class="q-py-sm q-pr-xl">
|
<q-toolbar class="q-py-sm q-pr-xl">
|
||||||
<q-img
|
<q-img
|
||||||
class="pointer"
|
class="pointer"
|
||||||
src="@/assets/logo.png"
|
src="@/assets/logo-edm.png"
|
||||||
spinner-color="white"
|
spinner-color="white"
|
||||||
style="height: 32px; max-width: 32px"
|
style="height: 45px; max-width: 45px"
|
||||||
@click="
|
@click="
|
||||||
() => {
|
() => {
|
||||||
currentPath = ''
|
currentPath = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue