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 4be29db commit 4189659Copy full SHA for 4189659
themes/vue/layout/partials/sponsors.ejs
@@ -19,7 +19,7 @@
19
<div class="open-collective-sponsors">
20
<h3>OpenCollective Sponsors</h3>
21
<h4>Platinum</h4>
22
- <%_ for (let i = 0; i < 2; i++) {_%>
+ <%_ for (let i = 0; i < 3; i++) {_%>
23
<a
24
href="https://opencollective.com/vuejs/tiers/platinum-sponsors/<%- i %>/website"
25
rel="sponsored noopener"
@@ -29,7 +29,7 @@
29
</a>
30
<%_ } _%>
31
<h4>Gold</h4>
32
- <%_ for (let i = 0; i < 8; i++) {_%>
+ <%_ for (let i = 0; i < 20; i++) {_%>
33
34
href="https://opencollective.com/vuejs/tiers/gold-sponsors/<%- i %>/website"
35
0 commit comments