You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/support/support.jsx
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,19 @@ export default class Support extends React.Component {
47
47
48
48
return(
49
49
<divclassName="support">
50
+
<divclassName="support__description">
51
+
{type==='sponsors' ? (
52
+
<p>
53
+
<bclassName="support__rank">{rank} sponsors</b>
54
+
<span>are those who have pledged {minimum ? `$${minimum}` : ''}{maximum ? `to $${maximum}` : 'or more'} to webpack.</span>
55
+
</p>
56
+
) : (
57
+
<p>
58
+
The following <b>Backers</b> are individuals who have contributed various amounts of money in order to help support webpack. Every little bit helps, and we appreciate even the smallest contributions.
0 commit comments