style: add new profile picture

This commit is contained in:
oat 2023-12-08 16:14:37 +07:00
parent fefab8f9ba
commit 4e62a5c2aa
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View file

@ -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>