fix: refactor css and icon

This commit is contained in:
sreehari jayaraj
2023-10-04 12:50:06 +05:30
parent 5fd8a4506d
commit 6e777b42e1
3 changed files with 5 additions and 11 deletions

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 />
<GeneralUserIcon :email="user?.email" />
<div class="flex truncate">
{{ name ? name : user?.email }}
</div>