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 36c0327 commit 0926b9dCopy full SHA for 0926b9d
themes/vue/layout/partials/sponsors.ejs
@@ -19,7 +19,7 @@
19
<div class="open-collective-sponsors">
20
<h3>OpenCollective スポンサー</h3>
21
<h4>プラチナ</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>ゴールド</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