Skip to content

Commit d42d034

Browse files
committed
add sponsor
1 parent 3633a75 commit d42d034

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed

BACKERS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,22 @@ You can join them in supporting vue-i18n & Intlify project development by [pledg
5454
</a>
5555
</p>
5656

57+
<p align="center">
58+
<a
59+
href="httpwws://cypress.io/"
60+
style="margin: 1rem 1rem 0 1rem; width: 15rem; height: auto; display: inline-block; vertical-align: middle;"
61+
target="_blank"
62+
rel="noopener"
63+
>
64+
<img
65+
style="max-width: 100%; vertical-align: midele;"
66+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/cypress.svg"
67+
width="260px"
68+
alt="Cypress"
69+
>
70+
</a>
71+
</p>
72+
5773
[It could be you!](https://github.com/sponsors/kazupon?o=esc)
5874

5975
<h2 align="center">Sliver Sponsors</h2>

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
4343
/>
4444
</a>
4545
</p>
46+
<p align="center">
47+
<a
48+
href="https://cypress.io/"
49+
target="_blank">
50+
<img
51+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/cypress.svg"
52+
width="240px"
53+
/>
54+
</a>
55+
</p>
4656

4757
<h3 align="center">🥈 Silver Sponsors</h3>
4858

docs/.vitepress/theme/state.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ export const sponsors = {
2222
tier: TierLevel.Gold,
2323
link: 'https://rapidapi.com/',
2424
source: '/RapidAPI.svg'
25+
}, {
26+
name: 'Cypress',
27+
tier: TierLevel.Gold,
28+
link: 'https://cypress.io/',
29+
source: '/cypress.svg'
2530
}],
2631
silvers: [],
2732
bronzes: [{

docs/public/cypress.svg

Lines changed: 22 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)