Merge branch 'oat' into development

This commit is contained in:
oat 2023-12-08 16:14:49 +07:00
commit 156ec2ecd3
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>