Przeglądaj źródła

docs: Reverse the order of release notes (#3048)

acheron 1 rok temu
rodzic
commit
70d4f488c1
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      docs/src/pages/_app.jsx

+ 2 - 2
docs/src/pages/_app.jsx

@@ -27,9 +27,9 @@ const navigation = [
   {
     title: 'Release Notes',
     links: [
-      { title: '0.29.0', href: '/release-notes/0.29.0' },
-      { title: '0.30.0', href: '/release-notes/0.30.0' },
       { title: '0.30.1', href: '/release-notes/0.30.1' },
+      { title: '0.30.0', href: '/release-notes/0.30.0' },
+      { title: '0.29.0', href: '/release-notes/0.29.0' },
       { title: 'CHANGELOG', href: '/release-notes/changelog' },
     ],
   },