Skip to content

Commit

Permalink
Remove "help" link
Browse files Browse the repository at this point in the history
This linked to a specific doc page. It doesn't seem that useful anymore
now that there is both a link to the docs and a new contact page which
provides a means of "help".
  • Loading branch information
victorlin committed Nov 30, 2023
1 parent 6edaaf2 commit 600ec4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion auspice-client/customisations/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ const NavBar = ({sidebar, narrativeTitle, width}) => {
<div style={{...styles.flexColumns, paddingRight: "12px"}}>
<div style={{flex: 5}}/>
<Link href="https://docs.nextstrain.org/en/latest/index.html" style={styles.link} text="DOCS"/>
<Link href="https://docs.nextstrain.org/en/latest/learn/about-nextstrain.html" style={styles.link} text="HELP"/>
<Link href="/contact" style={styles.link} text="CONTACT"/>
<WhoAmI sidebar={sidebar}/>
</div>
Expand Down
1 change: 0 additions & 1 deletion static-site/src/components/nav-bar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ class NavBar extends React.Component {
<div style={{flex: 5}}/>
{!groupsApp &&
<>
<NavLinkToGoToServer minified={minified} href="https://docs.nextstrain.org/en/latest/learn/about-nextstrain.html" >HELP</NavLinkToGoToServer>
<NavLinkToGoToServer minified={minified} href="https://docs.nextstrain.org/en/latest/index.html" >DOCS</NavLinkToGoToServer>
<NavLinkToBeHandledByGatsby minified={minified} to="/contact">CONTACT</NavLinkToBeHandledByGatsby>
{ /* Only display "blog" if we're not minified */
Expand Down

0 comments on commit 600ec4b

Please sign in to comment.