Skip to content

Commit

Permalink
changed nav order to alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
artemis-prime committed Feb 15, 2024
1 parent e21aba0 commit 57ce6d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/hanzo-ui/siteDef/main-nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export default [
href: "https://lux.credit",
newTab: false,
},
{
title: "Exchange",
href: "https://lux.exchange",
newTab: false,
},
{
title: "Finance",
href: "https://lux.finance",
Expand All @@ -26,10 +31,5 @@ export default [
href: "https://lux.network",
newTab: false,
},
{
title: "Exchange",
href: "https://lux.exchange",
newTab: false,
},
] satisfies LinkDef[]

0 comments on commit 57ce6d2

Please sign in to comment.