fix classname in website (#2638)

This commit is contained in:
William Cheng 2019-04-10 22:36:56 +08:00 committed by GitHub
parent 90c57c6829
commit 97dbb76d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,7 +339,7 @@ class Index extends React.Component {
const pageUrl = page => baseUrl + (language ? `${language}/` : '') + page; const pageUrl = page => baseUrl + (language ? `${language}/` : '') + page;
return ( return (
<div className="productSponsorSection paddingBottom"> <div className="productShowcaseSection paddingBottom">
<h2><b>Sponsors</b></h2> <h2><b>Sponsors</b></h2>
<p>If you find OpenAPI Generator useful for work, please consider asking your company to support this Open Source project by <a href="https://opencollective.com/openapi_generator">becoming a sponsor</a>. You can also individually sponsor the project by <a href="https://opencollective.com/openapi_generator">becoming a backer</a>.</p> <p>If you find OpenAPI Generator useful for work, please consider asking your company to support this Open Source project by <a href="https://opencollective.com/openapi_generator">becoming a sponsor</a>. You can also individually sponsor the project by <a href="https://opencollective.com/openapi_generator">becoming a backer</a>.</p>
<h3>Thank you to our bronze sponsors!</h3> <h3>Thank you to our bronze sponsors!</h3>