Skip to content

Commit f510429

Browse files
committed
chore: sponsor
1 parent 5cc55c2 commit f510429

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ Pinia is the most similar English pronunciation of the word _pineapple_ in Spani
6161
<source srcset="https://posva-sponsors.pages.dev/logos/prefectlogo-dark.svg" media="(prefers-color-scheme: dark)" height="42px" alt="Prefect" />
6262
<img src="https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg" height="42px" alt="Prefect" />
6363
</picture>
64+
</a>
65+
<a href="https://www.controla.ai/?utm_source=posva" target="_blank" rel="noopener noreferrer">
66+
<picture>
67+
<source srcset="https://posva-sponsors.pages.dev/logos/controla-dark.png" media="(prefers-color-scheme: dark)" height="42px" alt="Controla" />
68+
<img src="https://posva-sponsors.pages.dev/logos/controla-light.png" height="42px" alt="Controla" />
69+
</picture>
6470
</a>
6571
<a href="https://route4me.com" target="_blank" rel="noopener noreferrer">
6672
<picture>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)