Skip to content

Commit 676e5af

Browse files
committed
feat(splash): bump sponsor and backer counts
1 parent 7b60325 commit 676e5af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/splash/splash.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ export default props => {
3030
<p>Through contributions, donations, and sponsorship, you allow webpack to thrive. Your donations directly support office hours, continued enhancements, and most importantly, great documentation and learning material!</p>
3131

3232
<h2>Sponsors</h2>
33-
<Support number={ 20 } type="sponsor" />
33+
<Support number={ 40 } type="sponsor" />
3434

3535
<h2>Backers</h2>
36-
<Support number={ 100 } type="backer" />
36+
<Support number={ 130 } type="backer" />
3737
</Container>
3838
</div>
3939
);

0 commit comments

Comments
 (0)