Skip to content

Commit

Permalink
Fix link to solidity-0.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Nov 20, 2019
1 parent 3344ac3 commit d2af4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Header extends React.Component {
<Link to={constants.PATH_HELP} style={{fontSize: '16px'}}>Help</Link>
</li>
<li className="new">
<Link to="https://solidity-05.ethernaut.openzeppelin.com" style={{fontSize: '16px'}}>Try out the Solidity 0.5 version!</Link>
<a href="https://solidity-05.ethernaut.openzeppelin.com" style={{fontSize: '16px'}}>Try out the Solidity 0.5 version!</a>
</li>
</ul>

Expand Down

0 comments on commit d2af4d1

Please sign in to comment.