Skip to content

Commit

Permalink
translate MarkdownPage
Browse files Browse the repository at this point in the history
  • Loading branch information
alioguzhan committed Mar 20, 2019
1 parent 9e615fa commit f02ec5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MarkdownPage/MarkdownPage.js
Expand Up @@ -88,7 +88,6 @@ const MarkdownPage = ({
{date}{' '}
{hasAuthors && (
<span>
by{' '}
{toCommaSeparatedList(authors, author => (
<a
css={sharedStyles.link}
Expand All @@ -97,6 +96,7 @@ const MarkdownPage = ({
{author.frontmatter.name}
</a>
))}
{' '}tarafından
</span>
)}
</div>
Expand All @@ -115,7 +115,7 @@ const MarkdownPage = ({
href={`https://github.com/reactjs/tr.reactjs.org/tree/master/${
markdownRemark.fields.path
}`}>
Edit this page
Bu sayfayı düzenle
</a>
</div>
)}
Expand Down

0 comments on commit f02ec5b

Please sign in to comment.