Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.0' into node-link-union
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jun 20, 2017
2 parents af8dcb0 + 3fed1c2 commit fc01447
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions www/src/templates/template-docs-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ const DocsTemplate = React.createClass({
const packageName = this.props.data.markdownRemark.fields.title
return (
<Container>
<a
href={`https://github.com/gatsbyjs/gatsby/tree/1.0/packages/${packageName}`}
css={{
...scale(-1 / 5),
position: `absolute`,
}}
>
Github
</a>
<strong>
<a
href={`https://github.com/gatsbyjs/gatsby/tree/1.0/packages/${packageName}`}
css={{
position: `absolute`,
}}
>
Browse source code for package on Github
</a>
</strong>
<div
css={{
position: `relative`,
top: rhythm(-1 / 2),
}}
dangerouslySetInnerHTML={{
__html: this.props.data.markdownRemark.html,
Expand Down

0 comments on commit fc01447

Please sign in to comment.