mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 05:31:24 +00:00
Fix profile image size on Installation page
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
<!-- Avatar Not Selected -->
|
||||
<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
|
||||
href="#"
|
||||
|
||||
Reference in New Issue
Block a user