mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 17:26:53 +00:00
fix: refactor css and icon
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user