mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 18:32:52 +02:00
fix(v1): fresh install failing due to <> syntax
https://github.com/facebook/docusaurus/issues/3199 (#3213)
This commit is contained in:
parent
8f0c00f3d4
commit
83d160f017
4 changed files with 16 additions and 6 deletions
|
@ -34,14 +34,14 @@ class Users extends React.Component {
|
|||
</div>
|
||||
<div className="logos">{showcase}</div>
|
||||
{siteConfig.repoUrl && (
|
||||
<>
|
||||
<React.Fragment>
|
||||
<p>Are you using this project?</p>
|
||||
<a
|
||||
href={`${siteConfig.repoUrl}/edit/master/website/siteConfig.js`}
|
||||
className="button">
|
||||
Add your company
|
||||
</a>
|
||||
</>
|
||||
</React.Fragment>
|
||||
)}
|
||||
</div>
|
||||
</Container>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue