Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e40a120

Browse files
committed
Merge pull request facebook#6191 from strawbrary/edit-on-github-position
[docs] keep position of "Edit on GitHub" link fixed (cherry picked from commit 5e770f4)
1 parent 62e1177 commit e40a120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_layouts/docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
{% include nav_docs.html %}
88

99
<div class="inner-content">
10+
<a class="edit-page-link" href="https://github.com/facebook/react/tree/master/docs/{{ page.path }}" target="_blank">Edit on GitHub</a>
1011
<h1>
1112
{{ page.title }}
12-
<a class="edit-page-link" href="https://github.com/facebook/react/tree/master/docs/{{ page.path }}" target="_blank">Edit on GitHub</a>
1313
</h1>
1414
<div class="subHeader">{{ page.description }}</div>
1515

0 commit comments

Comments
 (0)