GitHub has a capital H

This commit is contained in:
David Baumgold 2016-07-16 10:44:54 -04:00
parent 8711dd20b6
commit cb1099d2cd

View File

@ -17,7 +17,7 @@ class Template extends React.Component {
<span><Link to="/playground/" className={path.indexOf('/playground')==0?"active":null}>Try it out</Link></span>
<span><Link to="/docs/quickstart/" className={path.indexOf('/docs')==0?"active":null}>Docs</Link></span>
<span><Link to="/community/">Community</Link></span>
<a href="https://github.com/graphql-python/graphene/">Github</a>
<a href="https://github.com/graphql-python/graphene/">GitHub</a>
</Menu>
<header className="header">
<div className="header-wrapper">
@ -29,7 +29,7 @@ class Template extends React.Component {
<Link to="/playground/" className={path.indexOf('/playground')==0?"active":null}>Try it out</Link>
<Link to="/docs/quickstart/" className={path.indexOf('/docs')==0?"active":null}>Docs</Link>
<Link to="/community/">Community</Link>
<a href="https://github.com/graphql-python/graphene/">Github</a>
<a href="https://github.com/graphql-python/graphene/">GitHub</a>
</nav>
</div>
{isIndex?