Skip to content

Commit 59327ba

Browse files
committed
chore: up sponsors
1 parent e4a3e89 commit 59327ba

File tree

2 files changed

+37
-32
lines changed

2 files changed

+37
-32
lines changed

Diff for: README.md

+19-15
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,22 @@ Pinia is the most similar English pronunciation of the word _pineapple_ in Spani
3838

3939
<!--sponsors start-->
4040

41+
<h4 align="center">Gold Sponsors</h4>
42+
<p align="center">
43+
<a href="https://www.coderabbit.ai/?utm_source=cr_org&utm_medium=github" target="_blank" rel="noopener noreferrer">
44+
<picture>
45+
<source srcset="https://posva-sponsors.pages.dev/logos/coderabbitai.svg" media="(prefers-color-scheme: dark)" height="72px" alt="CodeRabbit" />
46+
<img src="https://posva-sponsors.pages.dev/logos/coderabbitai.svg" height="72px" alt="CodeRabbit" />
47+
</picture>
48+
</a>
49+
</p>
50+
4151
<h4 align="center">Silver Sponsors</h4>
4252
<p align="center">
43-
<a href="https://route4me.com" target="_blank" rel="noopener noreferrer">
53+
<a href="https://www.vuemastery.com/" target="_blank" rel="noopener noreferrer">
4454
<picture>
45-
<source srcset="https://posva-sponsors.pages.dev/logos/route4me.png" media="(prefers-color-scheme: dark)" height="42px" alt="Route Optimizer and Route Planner Software" />
46-
<img src="https://posva-sponsors.pages.dev/logos/route4me.png" height="42px" alt="Route Optimizer and Route Planner Software" />
55+
<source srcset="https://posva-sponsors.pages.dev/logos/vuemastery-dark.png" media="(prefers-color-scheme: dark)" height="42px" alt="VueMastery" />
56+
<img src="https://posva-sponsors.pages.dev/logos/vuemastery-light.svg" height="42px" alt="VueMastery" />
4757
</picture>
4858
</a>
4959
<a href="https://www.prefect.io/" target="_blank" rel="noopener noreferrer">
@@ -52,10 +62,10 @@ Pinia is the most similar English pronunciation of the word _pineapple_ in Spani
5262
<img src="https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg" height="42px" alt="Prefect" />
5363
</picture>
5464
</a>
55-
<a href="https://www.vuemastery.com/" target="_blank" rel="noopener noreferrer">
65+
<a href="https://route4me.com" target="_blank" rel="noopener noreferrer">
5666
<picture>
57-
<source srcset="https://posva-sponsors.pages.dev/logos/vuemastery-dark.png" media="(prefers-color-scheme: dark)" height="42px" alt="VueMastery" />
58-
<img src="https://posva-sponsors.pages.dev/logos/vuemastery-light.svg" height="42px" alt="VueMastery" />
67+
<source srcset="https://posva-sponsors.pages.dev/logos/route4me.png" media="(prefers-color-scheme: dark)" height="42px" alt="Route Optimizer and Route Planner Software" />
68+
<img src="https://posva-sponsors.pages.dev/logos/route4me.png" height="42px" alt="Route Optimizer and Route Planner Software" />
5969
</picture>
6070
</a>
6171
</p>
@@ -68,16 +78,10 @@ Pinia is the most similar English pronunciation of the word _pineapple_ in Spani
6878
<img src="https://posva-sponsors.pages.dev/logos/storyblok.png" height="26px" alt="Storyblok" />
6979
</picture>
7080
</a>
71-
<a href="https://ui.nuxt.com/pro" target="_blank" rel="noopener noreferrer">
72-
<picture>
73-
<source srcset="https://posva-sponsors.pages.dev/logos/nuxt-dark.svg" media="(prefers-color-scheme: dark)" height="26px" alt="Nuxt UI Pro Templates" />
74-
<img src="https://posva-sponsors.pages.dev/logos/nuxt-light.svg" height="26px" alt="Nuxt UI Pro Templates" />
75-
</picture>
76-
</a>
77-
<a href="https://www.vuejs.de" target="_blank" rel="noopener noreferrer">
81+
<a href="https://nuxtlabs.com" target="_blank" rel="noopener noreferrer">
7882
<picture>
79-
<source srcset="https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4" media="(prefers-color-scheme: dark)" height="26px" alt="Antony Konstantinidis" />
80-
<img src="https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4" height="26px" alt="Antony Konstantinidis" />
83+
<source srcset="https://posva-sponsors.pages.dev/logos/nuxt-dark.svg" media="(prefers-color-scheme: dark)" height="26px" alt="NuxtLabs" />
84+
<img src="https://posva-sponsors.pages.dev/logos/nuxt-light.svg" height="26px" alt="NuxtLabs" />
8185
</picture>
8286
</a>
8387
<a href="https://stormier.ninja" target="_blank" rel="noopener noreferrer">

Diff for: packages/docs/.vitepress/theme/components/sponsors.json

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"platinum": [],
3-
"gold": [],
3+
"gold": [
4+
{
5+
"alt": "CodeRabbit",
6+
"href": "https://www.coderabbit.ai/?utm_source=cr_org&utm_medium=github",
7+
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/coderabbitai.svg",
8+
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/coderabbitai.svg"
9+
}
10+
],
411
"silver": [
512
{
6-
"alt": "Route Optimizer and Route Planner Software",
7-
"href": "https://route4me.com",
8-
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/route4me.png",
9-
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/route4me.png"
13+
"alt": "VueMastery",
14+
"href": "https://www.vuemastery.com/",
15+
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuemastery-dark.png",
16+
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuemastery-light.svg"
1017
},
1118
{
1219
"alt": "Prefect",
@@ -15,10 +22,10 @@
1522
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg"
1623
},
1724
{
18-
"alt": "VueMastery",
19-
"href": "https://www.vuemastery.com/",
20-
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuemastery-dark.png",
21-
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuemastery-light.svg"
25+
"alt": "Route Optimizer and Route Planner Software",
26+
"href": "https://route4me.com",
27+
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/route4me.png",
28+
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/route4me.png"
2229
}
2330
],
2431
"bronze": [
@@ -29,17 +36,11 @@
2936
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/storyblok.png"
3037
},
3138
{
32-
"alt": "Nuxt UI Pro Templates",
33-
"href": "https://ui.nuxt.com/pro",
39+
"alt": "NuxtLabs",
40+
"href": "https://nuxtlabs.com",
3441
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/nuxt-dark.svg",
3542
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/nuxt-light.svg"
3643
},
37-
{
38-
"alt": "Antony Konstantinidis",
39-
"href": "https://www.vuejs.de",
40-
"imgSrcDark": "https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4",
41-
"imgSrcLight": "https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4"
42-
},
4344
{
4445
"alt": "Stanislas Ormières",
4546
"href": "https://stormier.ninja",

0 commit comments

Comments
 (0)