Skip to content

Commit c57c82f

Browse files
authored
Update NavUser.vue
1 parent a21fe88 commit c57c82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/NavUser.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const { isMobile, state } = useSidebar();
2727
:side="isMobile ? 'bottom' : state === 'collapsed' ? 'left' : 'bottom'"
2828
align="end"
2929
:side-offset="4"
30-
>
30+
>
3131
<UserMenuContent :user="user" />
3232
</DropdownMenuContent>
3333
</DropdownMenu>

0 commit comments

Comments
 (0)