Skip to content

Commit

Permalink
docs: Reverse the order of release notes (#3048)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Jun 25, 2024
1 parent e6d7daf commit 70d4f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/_app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
Expand Down

0 comments on commit 70d4f48

Please sign in to comment.