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

Commit

Permalink
Merge pull request #146 from SmartColumbusOS/share-data-link
Browse files Browse the repository at this point in the history
Share data link
  • Loading branch information
jakeclark authored Jan 22, 2021
2 parents 7918100 + c54d442 commit c9ce0e5
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 @@ -115,7 +115,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://sharedata.${window.BASE_URL}/share-your-data`}>SHARE DATA</a>
<a className='nav-element' href={`https://sharedata.${window.BASE_URL}`}>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 c9ce0e5

Please sign in to comment.