mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Fix profile image size on Installation page
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
<!-- Avatar Not Selected -->
|
<!-- Avatar Not Selected -->
|
||||||
<div v-if="!localFiles.length && avatar" class="">
|
<div v-if="!localFiles.length && avatar" class="">
|
||||||
<img :src="getDefaultAvatar()" class="rounded" alt="Default Avatar" />
|
<img :src="getDefaultAvatar()" class="rounded w-16" alt="Default Avatar" />
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="#"
|
||||||
|
|||||||
Reference in New Issue
Block a user