Skip to content

Commit e69baf8

Browse files
committed
move the pencil
1 parent 4779bb6 commit e69baf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/_core/Site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ var Site = React.createClass({
7878
<a href="/blog">GraphQL Team Blog</a>
7979
<a href="http://facebook.github.io/graphql/" target="_blank">Read the Spec</a>
8080
<a href="https://github.com/graphql" target="_blank">GitHub</a>
81-
{page && <a href={'https://github.com/graphql/graphql.github.io/edit/source/site/' + page.relPath} target="_blank">&#x270E; Edit this page</a>}
81+
{page && <a href={'https://github.com/graphql/graphql.github.io/edit/source/site/' + page.relPath} target="_blank">Edit this page &#x270E;</a>}
8282
</div>
8383
</section>
8484
<a href="https://code.facebook.com/projects/" target="_blank" className="fbOpenSource">

0 commit comments

Comments
 (0)