Skip to content

Commit

Permalink
add search link to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerholcomb committed Apr 5, 2021
1 parent fb25096 commit de23c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/src/fragments/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default class Menu extends Component {
<Nav style={{ alignSelf: 'flex-end' }}>
<Nav.Link href="https://tdem.maps.arcgis.com/apps/webappviewer/index.html?id=3700a84845c5470cb0dc3ddace5c376b" target="_blank">MAP</Nav.Link>
<Nav.Link href='/about'>ABOUT</Nav.Link>
<Nav.Link href='/q'>SEARCH</Nav.Link>
<a href='https://twitter.com/vaccinatetexas' target='_blank'>
<img src={'https://vtx-public.s3.amazonaws.com/twitter.svg'} className='menuIcon' />
</a>
Expand Down

0 comments on commit de23c25

Please sign in to comment.