mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-14 09:37:37 +02:00
ESLintify Part 3 (#846)
* ESLintify Part 3 * ESLintify Part 3 * ESLintify Part 3
This commit is contained in:
parent
5ac2cee658
commit
a7a214fb3a
54 changed files with 435 additions and 497 deletions
|
@ -49,11 +49,9 @@ class Doc extends React.Component {
|
|||
editLink = (
|
||||
<a
|
||||
className="edit-page-link button"
|
||||
href={
|
||||
this.props.config.translationRecruitingLink +
|
||||
'/' +
|
||||
href={`${this.props.config.translationRecruitingLink}/${
|
||||
this.props.language
|
||||
}
|
||||
}`}
|
||||
target="_blank"
|
||||
rel="noreferrer noopener">
|
||||
{translateThisDoc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue