77 <!-- PLATINUM SPONSORS -->
88 <template v-if =" platinumSponsors .length > 0 " >
99 <h4 class =" h5 mx-auto mt-3 text-muted" >Platinum Sponsors</h4 >
10- <BVDContributorsContainer
10+ <BVContributorsContainer
1111 type =" platinum-sponsors"
1212 :contributors =" platinumSponsors"
1313 :nofollow =" false"
14- ></BVDContributorsContainer >
14+ ></BVContributorsContainer >
1515 </template >
1616
1717 <!-- GOLD SPONSORS -->
1818 <template v-if =" goldSponsors .length > 0 " >
1919 <h4 class =" h5 mx-auto mt-3 text-muted" >Gold Sponsors</h4 >
20- <BVDContributorsContainer
20+ <BVContributorsContainer
2121 type =" gold-sponsors"
2222 :contributors =" goldSponsors"
2323 :nofollow =" false"
24- ></BVDContributorsContainer >
24+ ></BVContributorsContainer >
2525 </template >
2626
2727 <!-- SILVER SPONSORS -->
2828 <template v-if =" silverSponsors .length > 0 " >
2929 <h4 class =" h5 mx-auto mt-3 text-muted" >Silver Sponsors</h4 >
30- <BVDContributorsContainer
30+ <BVContributorsContainer
3131 type =" silver-sponsors"
3232 :contributors =" silverSponsors"
3333 :nofollow =" false"
34- ></BVDContributorsContainer >
34+ ></BVContributorsContainer >
3535 </template >
3636
3737 <!-- BRONZE SPONSORS -->
3838 <template v-if =" bronzeSponsors .length > 0 " >
3939 <h4 class =" h5 mx-auto mt-3 text-muted" >Bronze Sponsors</h4 >
40- <BVDContributorsContainer
40+ <BVContributorsContainer
4141 type =" bronze-sponsors"
4242 :contributors =" bronzeSponsors"
4343 :nofollow =" false"
44- ></BVDContributorsContainer >
44+ ></BVContributorsContainer >
4545 </template >
4646 </template >
4747
4848 <!-- BACKERS -->
4949 <template v-if =" backers .length > 0 " >
5050 <h3 class =" h4 mx-auto mt-4 text-muted" >Backers</h3 >
51- <BVDContributorsContainer
51+ <BVContributorsContainer
5252 type =" backers"
5353 :contributors =" backers"
54- ></BVDContributorsContainer >
54+ ></BVContributorsContainer >
5555 </template >
5656
5757 <!-- DONORS -->
5858 <template v-if =" donors .length > 0 " >
5959 <h3 class =" h4 mx-auto mt-4 text-muted" >Donors</h3 >
60- <BVDContributorsContainer
60+ <BVContributorsContainer
6161 type =" donors"
6262 :contributors =" donors"
6363 :show-name =" false"
64- ></BVDContributorsContainer >
64+ ></BVContributorsContainer >
6565 </template >
6666 </div >
6767</template >
146146 </style >
147147
148148<script >
149- import BVDContributorsContainer from ' ~/components/contributors-container'
149+ import BVContributorsContainer from ' ~/components/contributors-container'
150150
151151const OC_BASE_URL = ' https://rest.opencollective.com/v2/bootstrap-vue/orders/'
152152const OC_DEFAULT_PARAMS = { status: ' active' , tierSlug: null , limit: 200 }
@@ -164,8 +164,8 @@ const MAX_DONORS = 64
164164const LINK_AMT_THRESHOLD = 24
165165
166166export default {
167- name: ' BVDContributors ' ,
168- components: { BVDContributorsContainer },
167+ name: ' BVContributors ' ,
168+ components: { BVContributorsContainer },
169169 data () {
170170 return {
171171 platinumSponsors: [],
0 commit comments