Skip to content

Commit d1e7dc5

Browse files
committed
update sponsors
1 parent c5fa685 commit d1e7dc5

File tree

5 files changed

+49
-22
lines changed

5 files changed

+49
-22
lines changed

BACKERS.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Backers
22

3-
You can join them in supporting vue-i18n development by [pledging on Patreon](https://www.patreon.com/kazupon)! Backers in the same pledge level appear in the order of pledge date.
3+
You can join them in supporting vue-i18n & Intlify project development by [pledging on GitHub](https://github.com/sponsors/kazupon)! Backers in the same pledge level appear in the order of pledge date.
44

55
<h2 align="center">Gold Sponsors</h2>
66

@@ -20,28 +20,28 @@ You can join them in supporting vue-i18n development by [pledging on Patreon](ht
2020
</a>
2121
</p>
2222

23-
[It could be you!](https://github.com/sponsors/kazupon?o=esc)
24-
25-
<h2 align="center">Sliver Sponsors</h2>
26-
2723
<p align="center">
2824
<a
29-
href="https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01"
30-
style="margin: 1rem 1rem 0 1rem; width: 12rem; height: auto; display: inline-block; vertical-align: middle;"
25+
href="https://rapidapi.com/"
26+
style="margin: 1rem 1rem 0 1rem; width: 15rem; height: auto; display: inline-block; vertical-align: middle;"
3127
target="_blank"
3228
rel="noopener"
3329
>
3430
<img
3531
style="max-width: 100%; vertical-align: midele;"
36-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/babeledit.png"
37-
width="200px"
38-
alt="Babel Edit"
32+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/RapidAPI.png"
33+
width="260px"
34+
alt="Rapid API"
3935
>
4036
</a>
4137
</p>
4238

4339
[It could be you!](https://github.com/sponsors/kazupon?o=esc)
4440

41+
<h2 align="center">Sliver Sponsors</h2>
42+
43+
[It could be you!](https://github.com/sponsors/kazupon?o=esc)
44+
4545
<h2 align="center">Bronze Sponsors</h2>
4646

4747
<p align="center">

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,19 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
2222
/>
2323
</a>
2424
</p>
25-
26-
<h3 align="center">🥈 Silver Sponsors</h3>
27-
2825
<p align="center">
2926
<a
30-
href="https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01"
27+
href="https://rapidapi.com/"
3128
target="_blank">
3229
<img
33-
src="https://secure.codeandweb.com/static/babeledit.svg"
34-
width="200px"
30+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/RapidAPI.png"
31+
width="240px"
3532
/>
3633
</a>
3734
</p>
3835

36+
<h3 align="center">🥈 Silver Sponsors</h3>
37+
3938
<h3 align="center">🥉 Bronze Sponsors</h3>
4039

4140
<p align="center">

docs/.vitepress/theme/state.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ export const sponsors = {
1010
tier: TierLevel.Gold,
1111
link: 'https://nuxtjs.org/',
1212
source: '/nuxt.png'
13+
}, {
14+
name: 'RapidAPI',
15+
tier: TierLevel.Gold,
16+
link: 'https://rapidapi.com/',
17+
source: '/RapidAPI.svg'
1318
}],
14-
silvers: [{
15-
name: 'Babel Edit',
16-
tier: TierLevel.Silver,
17-
link: 'https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01',
18-
source: 'https://secure.codeandweb.com/static/babeledit.svg'
19-
}],
19+
silvers: [],
2020
bronzes: [{
2121
name: 'Zen Architects',
2222
tier: TierLevel.Bronze,

docs/public/RapidAPI.png

61.2 KB
Loading

docs/public/RapidAPI.svg

Lines changed: 28 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)