style: add new profile picture
This commit is contained in:
parent
fefab8f9ba
commit
4e62a5c2aa
2 changed files with 2 additions and 2 deletions
BIN
Services/client/src/assets/profile.png
Normal file
BIN
Services/client/src/assets/profile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
|
|
@ -12,8 +12,8 @@ const accountName = ref<string>(getUsername())
|
|||
id="app-toolbar-title"
|
||||
>
|
||||
<div class="col">
|
||||
<q-avatar>
|
||||
<img :src="`https://cdn.quasar.dev/img/avatar1.jpg`" />
|
||||
<q-avatar class="q-mt-xs">
|
||||
<img src="../assets/profile.png" />
|
||||
</q-avatar>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue