Skip to content

Commit

Permalink
#68: Move About menu item to bottom (seems more normal)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmeacham committed Jul 1, 2024
1 parent 634a0e6 commit d03d99b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/main/webapp/app/common/components/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,15 +449,6 @@ class Header extends React.Component {

<div className="header-dropdown">
<DropdownButton title="Help" id="help-menu">
<MenuItem
key={11}
eventKey={11}
onClick={(e) =>
this.getAboutInfo()
}
>
About
</MenuItem>
<MenuItem
key={0}
eventKey={0}
Expand Down Expand Up @@ -552,6 +543,16 @@ class Header extends React.Component {
>
8. Finishing your Session
</MenuItem>
<MenuItem divider />
<MenuItem
key={11}
eventKey={11}
onClick={(e) =>
this.getAboutInfo()
}
>
About
</MenuItem>
</DropdownButton>
</div>
</div>
Expand Down

0 comments on commit d03d99b

Please sign in to comment.