File tree Expand file tree Collapse file tree 2 files changed +1
-29
lines changed
docs/.vuepress/components Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,6 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje
10
10
- [ One-time donation via PayPal] ( https://paypal.me/posva )
11
11
12
12
<!-- 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 >
22
13
23
14
<h4 align =" center " >Gold Sponsors</h4 >
24
15
<p align =" center " >
@@ -44,12 +35,6 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje
44
35
<img src="https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg" height="42px" alt="Prefect" />
45
36
</picture>
46
37
</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 >
53
38
</p >
54
39
55
40
<h4 align =" center " >Bronze Sponsors</h4 >
Original file line number Diff line number Diff line change 1
1
{
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" : [],
10
3
"gold" : [
11
4
{
12
5
"href" : " https://vuejobs.com/?utm_source=vuerouter&utm_campaign=sponsor" ,
27
20
"imgSrcLight" : " https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg" ,
28
21
"imgSrcDark" : " https://posva-sponsors.pages.dev/logos/prefectlogo-dark.svg" ,
29
22
"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"
36
23
}
37
24
],
38
25
"bronze" : [
You can’t perform that action at this time.
0 commit comments