Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MYR UI Redesign #558

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
user Avatar shifted right
  • Loading branch information
Joshua119 committed Apr 15, 2022
commit 0ba454510d2aff726008886b4a316e4263f484fb
2 changes: 1 addition & 1 deletion src/components/structural/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class Header extends Component {
open={this.state.logMenuOpen}
onClick={() => this.setState({ logMenuOpen: !this.state.logMenuOpen })}
label="logout"
style={{ marginTop: 5 }} />
style={{ marginTop: 5, marginLeft: 10 }} />
<Popover
open={this.state.logMenuOpen}
anchorEl={document.getElementById("user")}
Expand Down