We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7552a57 commit a671ddcCopy full SHA for a671ddc
src/components/MarkdownPage/MarkdownPage.js
@@ -88,7 +88,7 @@ const MarkdownPage = ({
88
{date}{' '}
89
{hasAuthors && (
90
<span>
91
- by{' '}
+ על ידי{' '}
92
{toCommaSeparatedList(authors, author => (
93
<a
94
css={sharedStyles.link}
@@ -115,7 +115,7 @@ const MarkdownPage = ({
115
href={`https://github.com/reactjs/reactjs.org/tree/master/${
116
markdownRemark.fields.path
117
}`}>
118
- Edit this page
+ ערוך עמוד זה
119
</a>
120
</div>
121
)}
0 commit comments