mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
fix: pressing on the left side of log out button does nothing (in user menu)
This commit is contained in:
@@ -285,7 +285,7 @@ function Index() {
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuSeparator />
|
||||
<DropdownMenuItem className="flex items-end justify-end p-0 m-0">
|
||||
<LogOutButton noStyle />
|
||||
<LogOutButton noStyle className={"flex w-full justify-end"} />
|
||||
</DropdownMenuItem>
|
||||
</DropdownMenuContent>
|
||||
</DropdownMenu>
|
||||
|
||||
Reference in New Issue
Block a user