From: Eduardo San Martin Morote Date: Thu, 30 Nov 2023 15:47:08 +0000 (+0100) Subject: docs: update sponsors.json X-Git-Tag: @pinia/nuxt@0.5.2-beta.0~84 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d961261c8c4eb15e9bb61bda80ef81f6591e4d9a;p=thirdparty%2Fvuejs%2Fpinia.git docs: update sponsors.json --- 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" } ] }