Skip to content

Commit 5c814d5

Browse files
committed
Update UI AvatarBox dropdown
1 parent de8b7b7 commit 5c814d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/src/components/user/userAvatarBox.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function UserAvatarBox() {
5555
<Dropdown.Toggle id="dropdown-custom-1">
5656
{username}
5757
</Dropdown.Toggle>
58-
<Dropdown.Menu className="super-colors">
58+
<Dropdown.Menu className="super-colors dropdown-menu-end">
5959
<Dropdown.Item eventKey="1" onClick={handleLogout}>
6060
<span style={{color: 'red'}}>Logout</span>
6161
</Dropdown.Item>

0 commit comments

Comments
 (0)