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 8bc32f7 commit fd795b8Copy full SHA for fd795b8
src/components/layout/NavBar.tsx
@@ -34,7 +34,7 @@ const NavBar = () => {
34
<DropdownToggle caret nav>
35
<i className="fas fa-user"/> <span>{user.user.name}</span>
36
</DropdownToggle>
37
- <DropdownMenu right>
+ <DropdownMenu end>
38
<DropdownItem onClick={logoutHandler}>
39
<i className="fas fa-sign-out-alt"/> Logout
40
</DropdownItem>
@@ -63,7 +63,6 @@ const NavBar = () => {
63
dark
64
expand="md"
65
fixed="top"
66
- full
67
light>
68
<NavbarBrand href="/">
69
DevZone
0 commit comments