Skip to content

Commit 4189659

Browse files
committed
chore: increase OC sponsor count
1 parent 4be29db commit 4189659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/vue/layout/partials/sponsors.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div class="open-collective-sponsors">
2020
<h3>OpenCollective Sponsors</h3>
2121
<h4>Platinum</h4>
22-
<%_ for (let i = 0; i < 2; i++) {_%>
22+
<%_ for (let i = 0; i < 3; i++) {_%>
2323
<a
2424
href="https://opencollective.com/vuejs/tiers/platinum-sponsors/<%- i %>/website"
2525
rel="sponsored noopener"
@@ -29,7 +29,7 @@
2929
</a>
3030
<%_ } _%>
3131
<h4>Gold</h4>
32-
<%_ for (let i = 0; i < 8; i++) {_%>
32+
<%_ for (let i = 0; i < 20; i++) {_%>
3333
<a
3434
href="https://opencollective.com/vuejs/tiers/gold-sponsors/<%- i %>/website"
3535
rel="sponsored noopener"

0 commit comments

Comments
 (0)