diff --git a/src/components/NavUser.vue b/src/components/NavUser.vue index 951788d..45bff2d 100644 --- a/src/components/NavUser.vue +++ b/src/components/NavUser.vue @@ -1,7 +1,10 @@ @@ -30,13 +34,12 @@ const initials = (auth.user?.name || 'U').split(' ').map(n => n[0]).join('').sli size="lg" class="data-[state=open]:bg-sidebar-accent data-[state=open]:text-sidebar-accent-foreground" > - - - {{ initials }} - + + + {{ initials }} - {{ auth.user?.name || 'Usuario' }} + {{ auth.user?.name || 'Usuario' }} {{ auth.user?.email }}