Skip to content

Commit

Permalink
fix classname in website (#2638)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Apr 10, 2019
1 parent 90c57c6 commit 97dbb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class Index extends React.Component {
const pageUrl = page => baseUrl + (language ? `${language}/` : '') + page;

return (
<div className="productSponsorSection paddingBottom">
<div className="productShowcaseSection paddingBottom">
<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>
<h3>Thank you to our bronze sponsors!</h3>
Expand Down

0 comments on commit 97dbb76

Please sign in to comment.