Skip to content

Commit

Permalink
Fix #265 (#312)
Browse files Browse the repository at this point in the history
Fix external links
  • Loading branch information
SavageCore authored Jun 8, 2023
1 parent 28596af commit 0c49f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/Components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const Navigation = (props) => {
<NavDropdown.Item as={NavLink} exact="true" to="/backup">Data Backup and Restoration</NavDropdown.Item>
</NavDropdown>
<NavDropdown title="Links">
<NavDropdown.Item as={NavLink} to={{ pathname: "https://gp2040-ce.info/" }} target="_blank">Documentation</NavDropdown.Item>
<NavDropdown.Item as={NavLink} to={{ pathname: "https://github.com/OpenStickCommunity/GP2040-CE" }} target="_blank">Github</NavDropdown.Item>
<NavDropdown.Item href="https://gp2040-ce.info/" target="_blank">Documentation</NavDropdown.Item>
<NavDropdown.Item href="https://github.com/OpenStickCommunity/GP2040-CE" target="_blank">Github</NavDropdown.Item>
</NavDropdown>

<Dropdown>
Expand Down

0 comments on commit 0c49f66

Please sign in to comment.