Skip to content

Commit

Permalink
fix: add 1.0 to navigation (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin authored Aug 28, 2024
1 parent 73ae090 commit 3e6fc71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,10 @@ export const getNavigation = (section) => {
{
title: "Mainnet axelard",
children: [
{
title: "v1.0",
href: "/resources/mainnet/upgrades/v1.0/",
},
{
title: "v0.35",
href: "/resources/mainnet/upgrades/v35/",
Expand Down

0 comments on commit 3e6fc71

Please sign in to comment.