From: Eduardo San Martin Morote Date: Thu, 30 Nov 2023 16:17:08 +0000 (+0100) Subject: chore: update sponsors X-Git-Tag: v4.3.0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca75921d02a71a5053c33b72e10e156a26008711;p=thirdparty%2Fvuejs%2Frouter.git chore: update sponsors --- diff --git a/README.md b/README.md index 135508fc..578d76d9 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje

- - Stanislas Ormières + + Stanislas Ormières @@ -42,10 +42,16 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje Antony Konstantinidis - + - - NuxtLabs + + Storyblok + + + + + + Nuxt UI Pro Templates

diff --git a/packages/docs/.vitepress/theme/components/sponsors.json b/packages/docs/.vitepress/theme/components/sponsors.json index 08048e25..d4ef1030 100644 --- a/packages/docs/.vitepress/theme/components/sponsors.json +++ b/packages/docs/.vitepress/theme/components/sponsors.json @@ -3,16 +3,16 @@ "gold": [], "silver": [ { - "href": "https://www.vuemastery.com/", "alt": "VueMastery", - "imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuemastery-light.svg", - "imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuemastery-dark.png" + "href": "https://www.vuemastery.com/", + "imgSrcDark": "https://posva-sponsors.pages.dev/logos/vuemastery-dark.png", + "imgSrcLight": "https://posva-sponsors.pages.dev/logos/vuemastery-light.svg" }, { + "alt": "Prefect", "href": "https://www.prefect.io/", - "imgSrcLight": "https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg", "imgSrcDark": "https://posva-sponsors.pages.dev/logos/prefectlogo-dark.svg", - "alt": "Prefect" + "imgSrcLight": "https://posva-sponsors.pages.dev/logos/prefectlogo-light.svg" } ], "bronze": [ @@ -29,10 +29,16 @@ "imgSrcLight": "https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4" }, { - "href": "https://nuxtlabs.com", - "imgSrcLight": "https://posva-sponsors.pages.dev/logos/nuxt-light.svg", - "imgSrcDark": "https://posva-sponsors.pages.dev/logos/nuxt-dark.svg", - "alt": "Nuxt Labs" + "alt": "Storyblok", + "href": "https://storyblok.com", + "imgSrcDark": "https://posva-sponsors.pages.dev/logos/storyblok.png", + "imgSrcLight": "https://posva-sponsors.pages.dev/logos/storyblok.png" + }, + { + "alt": "Nuxt UI Pro Templates", + "href": "https://ui.nuxt.com/pro", + "imgSrcDark": "https://avatars.githubusercontent.com/u/81570812?v=4", + "imgSrcLight": "https://avatars.githubusercontent.com/u/81570812?v=4" } ] }