Sanket Shah
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/MarkdownPage/MarkdownPage.js
|
@ -132,7 +132,7 @@ const MarkdownPage = ({ |
|
|
</span> |
|
|
</span> |
|
|
<a |
|
|
<a |
|
|
css={sharedStyles.articleLayout.editLink} |
|
|
css={sharedStyles.articleLayout.editLink} |
|
|
href={`https://github.com/reactjs/reactjs.org/tree/main/${markdownRemark.fields.path}`}> |
|
|
href={`https://github.com/reactjs/reactjs.org/tree/master/${markdownRemark.fields.path}`}> |
|
|
Edit this page |
|
|
Edit this page |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|