Skip to content

Commit 9663a32

Browse files
authored
Merge pull request #383 from hotosm/hotfix/link-path
Use a tag instead of navlink
2 parents a0c4ebd + 562660f commit 9663a32

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

ui/app/components/NavBar.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,15 @@ const NavBar = ({ isLoggedIn, login, logout }) => (
8888
</NavLink>
8989
</li>
9090
<li>
91-
<NavLink
92-
to={{
93-
pathname:
94-
"https://hotosm.atlassian.net/servicedesk/customer/portal/4",
95-
}}
91+
<a
92+
href="https://hotosm.atlassian.net/servicedesk/customer/portal/4"
9693
target="_blank"
94+
rel="noopener noreferrer"
9795
>
9896
<span title="For technical support click here">
9997
<FormattedMessage id="ui.support" defaultMessage="Support" />
10098
</span>
101-
</NavLink>
99+
</a>
102100
</li>
103101
<NavItem>
104102
<LocaleSelector />

0 commit comments

Comments
 (0)