We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbd052 commit 5dd9d22Copy full SHA for 5dd9d22
components/support/support.jsx
@@ -51,7 +51,7 @@ export default class Support extends React.Component {
51
{ type === 'sponsors' ? (
52
<p>
53
<b className="support__rank">{ rank } sponsors</b>
54
- <span>are those who have pledged { minimum ? `$${minimum}` : '' } { maximum ? `to $${maximum}` : 'or more' } to webpack.</span>
+ <span>are those who have pledged { minimum ? `$${minimum}` : 'up' } { maximum ? `to $${maximum}` : 'or more' } to webpack.</span>
55
</p>
56
) : (
57
0 commit comments