Skip to content

Commit 6171856

Browse files
committed
docs: update sponsor
1 parent e0e38ab commit 6171856

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje
3535
<source srcset="https://posva-sponsors.pages.dev/logos/prefectlogo-dark.svg" media="(prefers-color-scheme: dark)" height="42px" alt="Prefect" />
3636
<img src="https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg" height="42px" alt="Prefect" />
3737
</picture>
38+
</a>
39+
<a href="https://www.controla.ai/?utm_source=posva" target="_blank" rel="noopener noreferrer">
40+
<picture>
41+
<source srcset="https://posva-sponsors.pages.dev/logos/controla-dark.png" media="(prefers-color-scheme: dark)" height="42px" alt="Controla" />
42+
<img src="https://posva-sponsors.pages.dev/logos/controla-light.png" height="42px" alt="Controla" />
43+
</picture>
3844
</a>
3945
<a href="https://route4me.com" target="_blank" rel="noopener noreferrer">
4046
<picture>

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"gold": [
44
{
55
"alt": "CodeRabbit",
6-
"href": "https://www.coderabbit.ai/?utm_source=cr_org&utm_medium=github",
6+
"href": "https://www.coderabbit.ai/?utm_source=vuerouter&utm_medium=sponsor",
77
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/coderabbitai-dark.svg",
88
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/coderabbitai-light.svg"
99
}
@@ -21,6 +21,12 @@
2121
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/prefectlogo-dark.svg",
2222
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg"
2323
},
24+
{
25+
"alt": "Controla",
26+
"href": "https://www.controla.ai/?utm_source=posva",
27+
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/controla-dark.png",
28+
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/controla-light.png"
29+
},
2430
{
2531
"alt": "Route Optimizer and Route Planner Software",
2632
"href": "https://route4me.com",

0 commit comments

Comments
 (0)