mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-23 15:10:48 +03:00
GitHub has a capital H
This commit is contained in:
parent
8711dd20b6
commit
cb1099d2cd
|
@ -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="/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="/docs/quickstart/" className={path.indexOf('/docs')==0?"active":null}>Docs</Link></span>
|
||||||
<span><Link to="/community/">Community</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>
|
</Menu>
|
||||||
<header className="header">
|
<header className="header">
|
||||||
<div className="header-wrapper">
|
<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="/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="/docs/quickstart/" className={path.indexOf('/docs')==0?"active":null}>Docs</Link>
|
||||||
<Link to="/community/">Community</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>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
{isIndex?
|
{isIndex?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user