]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix link in navbar
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 10 Feb 2025 08:48:21 +0000 (09:48 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 10 Feb 2025 08:48:21 +0000 (09:48 +0100)
packages/docs/.vitepress/config/en.ts

index 574714331402a8fd9e3fd4c25ab75e0653f2a991..51f27df43948d67e8c691562c9fc03d37cdfd8eb 100644 (file)
@@ -47,12 +47,12 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
             text: 'Vue.js Certification',
             link: 'https://certificates.dev/vuejs/?friend=VUEROUTER&utm_source=pinia_vuejs&utm_medium=link&utm_campaign=pinia_vuejs_links&utm_content=navbar',
           },
-          {
-            text: 'v3.x',
-            items: [{ text: 'v2.x', link: 'https://v2.pinia.vuejs.org' }],
-          },
         ],
       },
+      {
+        text: 'v3.x',
+        items: [{ text: 'v2.x', link: 'https://v2.pinia.vuejs.org' }],
+      },
     ],
 
     sidebar: {