Skip to content

Commit

Permalink
Update NavUser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy authored Jan 4, 2024
1 parent 43a7163 commit 962615a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Nav/NavUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class NavUser extends Component {
<DropdownToggle caret tag="a" className="text-dark"
>{this.props.displayName}</DropdownToggle>
<DropdownMenu id="nav-user-dropdown-menu">
<DropdownItem tag="a" target="_blank" href="https://kpmp.org/data-uploader-help/">
<DropdownItem tag="a" target="_blank" rel="noopener noreferrer" href="https://kpmp.org/data-uploader-help/">
Help
</DropdownItem>
<DropdownItem divider />
Expand All @@ -47,4 +47,4 @@ NavUser.propTypes = {
displayName: PropTypes.string.isRequired
};

export default NavUser;
export default NavUser;

0 comments on commit 962615a

Please sign in to comment.