Skip to content

Commit fd795b8

Browse files
NavBar fix
1 parent 8bc32f7 commit fd795b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/layout/NavBar.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const NavBar = () => {
3434
<DropdownToggle caret nav>
3535
<i className="fas fa-user"/> <span>{user.user.name}</span>
3636
</DropdownToggle>
37-
<DropdownMenu right>
37+
<DropdownMenu end>
3838
<DropdownItem onClick={logoutHandler}>
3939
<i className="fas fa-sign-out-alt"/> Logout
4040
</DropdownItem>
@@ -63,7 +63,6 @@ const NavBar = () => {
6363
dark
6464
expand="md"
6565
fixed="top"
66-
full
6766
light>
6867
<NavbarBrand href="/">
6968
DevZone

0 commit comments

Comments
 (0)