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 5d648f1 commit d96f384Copy full SHA for d96f384
src/components/Support/Support.jsx
@@ -217,7 +217,7 @@ export default class Support extends Component {
217
</span>
218
) : (
219
<span>
220
- are those who have pledged{' '}
+ are those who have contributed{' '}
221
{minimum ? `$${formatMoney(minimum)}` : 'up'}{' '}
222
{maximum ? `to $${formatMoney(maximum)}` : 'or more'} to
223
webpack.
0 commit comments