Skip to content

Commit bbe5f2f

Browse files
committed
docs: update sponsors
1 parent bdcc4d2 commit bbe5f2f

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,9 @@ Pinia is the most similar English pronunciation of the word _pineapple_ in Spani
3636
- [One-time donation via PayPal](https://paypal.me/posva)
3737

3838
<!--sponsors start-->
39-
<h3 align="center">Platinum Sponsors</h3>
40-
<p align="center">
41-
<a href="https://www.finclip.com/#/home?from=vue" target="_blank" rel="noopener noreferrer">
42-
<picture>
43-
<source srcset="https://posva-sponsors.pages.dev/logos/fincliplogo_white_svg.svg" media="(prefers-color-scheme: dark)" height="96px" alt="Finogeeks" />
44-
<img src="https://posva-sponsors.pages.dev/logos/fincliplogo_black_svg.svg" height="96px" alt="Finogeeks" />
45-
</picture>
46-
</a>
47-
</p>
4839

4940
<h4 align="center">Gold Sponsors</h4>
5041
<p align="center">
51-
<a href="https://www.vuetifyjs.com/" target="_blank" rel="noopener noreferrer">
52-
<picture>
53-
<source srcset="https://posva-sponsors.pages.dev/logos/vuetify-logo-dark-text.svg" media="(prefers-color-scheme: dark)" height="72px" alt="Vuetify" />
54-
<img src="https://posva-sponsors.pages.dev/logos/vuetify-logo-light-text.svg" height="72px" alt="Vuetify" />
55-
</picture>
56-
</a>
5742
<a href="https://vuejobs.com/?utm_source=vuerouter&utm_campaign=sponsor" target="_blank" rel="noopener noreferrer">
5843
<picture>
5944
<source srcset="https://posva-sponsors.pages.dev/logos/vuejobs.svg" media="(prefers-color-scheme: dark)" height="72px" alt="VueJobs" />
@@ -70,6 +55,7 @@ Pinia is the most similar English pronunciation of the word _pineapple_ in Spani
7055
<img src="https://posva-sponsors.pages.dev/logos/vuemastery-light.svg" height="42px" alt="VueMastery" />
7156
</picture>
7257
</a>
58+
7359
<a href="https://birdeatsbug.com/?utm_source=vuerouter&utm_medium=sponsor&utm_campaign=silver" target="_blank" rel="noopener noreferrer">
7460
<picture>
7561
<source srcset="https://posva-sponsors.pages.dev/logos/birdeatsbug-light.svg" media="(prefers-color-scheme: dark)" height="42px" alt="Bird Eats Bug" />
@@ -86,6 +72,7 @@ Pinia is the most similar English pronunciation of the word _pineapple_ in Spani
8672
<img src="https://posva-sponsors.pages.dev/logos/storyblok.png" height="26px" alt="Storyblok" />
8773
</picture>
8874
</a>
75+
8976
<a href="https://nuxtjs.org" target="_blank" rel="noopener noreferrer">
9077
<picture>
9178
<source srcset="https://posva-sponsors.pages.dev/logos/nuxt-dark.svg" media="(prefers-color-scheme: dark)" height="26px" alt="NuxtJS" />

packages/docs/.vitepress/components/sponsors.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
{
2-
"platinum": [
3-
{
4-
"href": "https://www.finclip.com/#/home?from=vue",
5-
"alt": "Finogeeks",
6-
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/fincliplogo_black_svg.svg",
7-
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/fincliplogo_white_svg.svg"
8-
}
9-
],
2+
"platinum": [],
103
"gold": [
11-
{
12-
"href": "https://www.vuetifyjs.com/",
13-
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuetify-logo-light-text.svg",
14-
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuetify-logo-dark-text.svg",
15-
"alt": "Vuetify"
16-
},
174
{
185
"href": "https://vuejobs.com/?utm_source=vuerouter&utm_campaign=sponsor",
196
"alt": "VueJobs",

0 commit comments

Comments
 (0)