Fix profile image size on Installation page

This commit is contained in:
gdarko
2024-01-28 17:56:58 -06:00
parent f156f5c9c0
commit 1cd00ae809

View File

@@ -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="#"