Skip to content

Commit fd4538a

Browse files
committed
docs: update sponsors
1 parent fbd2fe8 commit fd4538a

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje
1010
- [One-time donation via PayPal](https://paypal.me/posva)
1111

1212
<!--sponsors start-->
13-
<h3 align="center">Platinum Sponsors</h3>
14-
<p align="center">
15-
<a href="https://www.finclip.com/#/home?from=vue" target="_blank" rel="noopener noreferrer">
16-
<picture>
17-
<source srcset="https://posva-sponsors.pages.dev/logos/fincliplogo_white_svg.svg" media="(prefers-color-scheme: dark)" height="96px" alt="Finogeeks" />
18-
<img src="https://posva-sponsors.pages.dev/logos/fincliplogo_black_svg.svg" height="96px" alt="Finogeeks" />
19-
</picture>
20-
</a>
21-
</p>
2213

2314
<h4 align="center">Gold Sponsors</h4>
2415
<p align="center">
@@ -44,12 +35,6 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje
4435
<img src="https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg" height="42px" alt="Prefect" />
4536
</picture>
4637
</a>
47-
<a href="https://birdeatsbug.com/?utm_source=vuerouter&utm_medium=sponsor&utm_campaign=silver" target="_blank" rel="noopener noreferrer">
48-
<picture>
49-
<source srcset="https://posva-sponsors.pages.dev/logos/birdeatsbug-light.svg" media="(prefers-color-scheme: dark)" height="42px" alt="Bird Eats Bug" />
50-
<img src="https://posva-sponsors.pages.dev/logos/birdeatsbug-dark.svg" height="42px" alt="Bird Eats Bug" />
51-
</picture>
52-
</a>
5338
</p>
5439

5540
<h4 align="center">Bronze Sponsors</h4>

docs/.vuepress/components/sponsors.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
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": [
114
{
125
"href": "https://vuejobs.com/?utm_source=vuerouter&utm_campaign=sponsor",
@@ -27,12 +20,6 @@
2720
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg",
2821
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/prefectlogo-dark.svg",
2922
"alt": "Prefect"
30-
},
31-
{
32-
"href": "https://birdeatsbug.com/?utm_source=vuerouter&utm_medium=sponsor&utm_campaign=silver",
33-
"alt": "Bird Eats Bug",
34-
"imgSrcLight": "https://posva-sponsors.pages.dev/logos/birdeatsbug-dark.svg",
35-
"imgSrcDark": "https://posva-sponsors.pages.dev/logos/birdeatsbug-light.svg"
3623
}
3724
],
3825
"bronze": [

0 commit comments

Comments
 (0)