We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996b932 commit 277d58bCopy full SHA for 277d58b
components/nav-user.tsx
@@ -92,14 +92,18 @@ export function NavUser() {
92
</div>
93
94
</DropdownMenuLabel>
95
- <DropdownMenuSeparator />
96
- <DropdownMenuItem onClick={handleLogout}>
97
- <IconLogout />
98
- Log out
99
- </DropdownMenuItem>
100
</DropdownMenuContent>
101
</DropdownMenu>
102
</SidebarMenuItem>
+ <SidebarMenuItem>
+ <SidebarMenuButton
+ onClick={handleLogout}
+ className="hover:bg-destructive/10 hover:text-destructive transition-colors"
+ >
103
+ <IconLogout className="size-4" />
104
+ <span>Kijelentkezés</span>
105
+ </SidebarMenuButton>
106
+ </SidebarMenuItem>
107
</SidebarMenu>
108
)
109
}
0 commit comments