Fix lint error (#6465)

master
Sosuke Suzuki 2019-09-11 19:10:44 +09:00 committed by Evilebot Tnawi
parent 3f89bba231
commit 8e8411b7c7
1 changed files with 6 additions and 2 deletions

View File

@ -417,7 +417,9 @@ const UsersSection = ({ language }) => {
<img src="/images/npm_grey.svg" style={{ height: "100px" }} />
</a>
<div style={{ marginLeft: ".7em", width: "260px" }}>
<p>More than <strong>3000</strong> tools and integrations on npm</p>
<p>
More than <strong>3000</strong> tools and integrations on npm
</p>
<Button href="https://www.npmjs.com/browse/depended/prettier">
Install Them
</Button>
@ -432,7 +434,9 @@ const UsersSection = ({ language }) => {
<img src="/images/github_grey.svg" style={{ height: "100px" }} />
</a>
<div style={{ marginLeft: ".7em", width: "260px" }}>
<p>More than <strong>1M</strong> dependent repositories on GitHub</p>
<p>
More than <strong>1M</strong> dependent repositories on GitHub
</p>
<Button href="https://github.com/prettier/prettier/network/dependents">
Check Them Out
</Button>