fix: icon size of user

This commit is contained in:
sreehari jayaraj
2023-10-04 15:43:26 +05:30
parent 4f43b1af92
commit b761f16fef

View File

@@ -85,7 +85,7 @@ onMounted(() => {
class="flex flex-row py-2 px-3 gap-x-2 items-center hover:bg-gray-200 rounded-lg cursor-pointer h-10"
data-testid="nc-sidebar-userinfo"
>
<GeneralUserIcon :email="user?.email" />
<GeneralUserIcon :email="user?.email" size="base" />
<div class="flex truncate">
{{ name ? name : user?.email }}
</div>