]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: update sponsors
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 30 Nov 2023 16:17:08 +0000 (17:17 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 30 Nov 2023 16:17:08 +0000 (17:17 +0100)
README.md
packages/docs/.vitepress/theme/components/sponsors.json

index 135508fc9a708029e860a275a7a59fd45f0ff485..578d76d970610e9a6bdafb27a9112485dce8ef82 100644 (file)
--- 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
 <p align="center">
     <a href="https://stormier.ninja" target="_blank" rel="noopener noreferrer">
     <picture>
-      <source srcset="https://avatars.githubusercontent.com/u/2486424?u=7b0c73ae5d090ce53bf59473094e9606fe082c59&v=4" media="(prefers-color-scheme: dark)" height="26px" alt="Stanislas OrmiÃ\83¨res" />
-      <img src="https://avatars.githubusercontent.com/u/2486424?u=7b0c73ae5d090ce53bf59473094e9606fe082c59&v=4" height="26px" alt="Stanislas OrmiÃ\83¨res" />
+      <source srcset="https://avatars.githubusercontent.com/u/2486424?u=7b0c73ae5d090ce53bf59473094e9606fe082c59&v=4" media="(prefers-color-scheme: dark)" height="26px" alt="Stanislas Ormières" />
+      <img src="https://avatars.githubusercontent.com/u/2486424?u=7b0c73ae5d090ce53bf59473094e9606fe082c59&v=4" height="26px" alt="Stanislas Ormières" />
     </picture>
   </a>
     <a href="https://www.vuejs.de" target="_blank" rel="noopener noreferrer">
@@ -42,10 +42,16 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje
       <img src="https://avatars.githubusercontent.com/u/4183726?u=6b50a8ea16de29d2982f43c5640b1db9299ebcd1&v=4" height="26px" alt="Antony Konstantinidis" />
     </picture>
   </a>
-    <a href="https://nuxtlabs.com" target="_blank" rel="noopener noreferrer">
+    <a href="https://storyblok.com" target="_blank" rel="noopener noreferrer">
     <picture>
-      <source srcset="https://posva-sponsors.pages.dev/logos/nuxt-dark.svg" media="(prefers-color-scheme: dark)" height="26px" alt="NuxtLabs" />
-      <img src="https://posva-sponsors.pages.dev/logos/nuxt-light.svg" height="26px" alt="NuxtLabs" />
+      <source srcset="https://posva-sponsors.pages.dev/logos/storyblok.png" media="(prefers-color-scheme: dark)" height="26px" alt="Storyblok" />
+      <img src="https://posva-sponsors.pages.dev/logos/storyblok.png" height="26px" alt="Storyblok" />
+    </picture>
+  </a>
+    <a href="https://ui.nuxt.com/pro" target="_blank" rel="noopener noreferrer">
+    <picture>
+      <source srcset="https://avatars.githubusercontent.com/u/81570812?v=4" media="(prefers-color-scheme: dark)" height="26px" alt="Nuxt UI Pro Templates" />
+      <img src="https://avatars.githubusercontent.com/u/81570812?v=4" height="26px" alt="Nuxt UI Pro Templates" />
     </picture>
   </a>
 </p>
index 08048e25fd1bce5bf72d5a569b87e84890127b0d..d4ef1030c0eff6acdfd09d7c6745876d61042cd1 100644 (file)
@@ -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": [
       "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"
     }
   ]
 }