Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
Fixed home link on the footer of the website to correctly link to the…
Browse files Browse the repository at this point in the history
… homepage.
  • Loading branch information
cmarkello committed May 24, 2016
1 parent afc7bbf commit 9968635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var Footer = React.createClass({
<div className="container footer">
<div className="col-sm-5 left-footer">
<ul>
<li><a href="/home">Home</a></li>
<li><a href="/">Home</a></li>
<li><a href="/about/history">About</a></li>
<li><a href="/variants">Variants</a></li>
<li><a href="/help">Help</a></li>
Expand Down

0 comments on commit 9968635

Please sign in to comment.