Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Changed link for Share Data
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeclark committed Jan 21, 2021
1 parent 0116764 commit cd9fac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default class Header extends Component {
<div className={`nav-wrapper ${this.state.collapsed ? 'pinned' : ''} ${this.state.open ? 'open' : ''}`}>
<NavDropdown data={aboutData} />
<a className='nav-element highlighted' href="/">EXPLORE DATA</a>
<a className='nav-element' href={`https://www.${window.BASE_URL}/share-your-data`}>SHARE DATA</a>
<a className='nav-element' href={`https://sharedata.${window.BASE_URL}/share-your-data`}>SHARE DATA</a>
<NavDropdown data={dataInAction} />
<NavDropdown data={toolsData} />
<a className='nav-element' href={`https://www.${window.BASE_URL}/contact-us`}>CONNECT</a>
Expand Down

0 comments on commit cd9fac4

Please sign in to comment.