Merge pull request #229 from singingwolfboy/github-capital-h

GitHub has a capital H
This commit is contained in:
Syrus Akbary 2016-07-17 13:59:18 -07:00 committed by GitHub
commit ab9c9be326

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?