Skip to content

Commit

Permalink
Updated Header
Browse files Browse the repository at this point in the history
Updated Header to include 1.x and 2.x links
  • Loading branch information
Racel committed Dec 7, 2018
1 parent ac5d3e5 commit 5d535ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ function Header(props){
<img src="images/src/icon.png" width="80%" id='dynamologo' alt="dynamoIcon" target="_blank" style={{"verticalAlign":"middle", "marginLeft":"0px", "marginTop":"-2px"}} />
</a>
<Link to='/' className='raleway' style={{'color':'white'}}>&nbsp; Dynamo Dictionary</Link>
<a href='http://dictionary.dynamobim.com/' className='raleway' style={{'color':'orangered'}}>&nbsp; 1.x</a>
<a href='http://dictionary.dynamobim.com/2' className='raleway' style={{'color':'orangered'}}>&nbsp; 2.x</a>
</span>
</div>
<div className='graytext' style={{'position':'absolute', 'right':'0', 'top':'0','paddingRight':'10px'}}>
Expand Down

0 comments on commit 5d535ef

Please sign in to comment.