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 #145 from SmartColumbusOS/header-changes
Browse files Browse the repository at this point in the history
Header changes
  • Loading branch information
jakeclark authored Jan 21, 2021
2 parents 346d1fc + 29c0358 commit 7918100
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://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 7918100

Please sign in to comment.