Created
August 23, 2018 23:09
-
-
Save DZuz14/808c5af1d9120bf860ae56d4ac676506 to your computer and use it in GitHub Desktop.
Temp Fix For Edit This Page On ReactJs.org
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{markdownRemark.fields.slug && ( | |
<div css={{marginTop: 80}}> | |
<a | |
css={sharedStyles.articleLayout.editLink} | |
href={`https://github.com/reactjs/reactjs.org/tree/master/content/${ | |
markdownRemark.fields.slug.replace('.html', '.md') | |
}`}> | |
Edit this page | |
</a> | |
</div> | |
)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment