Skip to content

Commit

Permalink
feat: move Specs for celestia-app to top of resources menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Jan 31, 2024
1 parent 7584952 commit f197d41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ function sidebarHome() {
collapsed: true,
items: [
{
text: "Wallets in celestia-app",
link: "/nodes/celestia-app-wallet",
text: "Specifications",
link: "https://celestiaorg.github.io/celestia-app/",
},
{
text: "Metrics, visualization, and alerts",
Expand All @@ -499,12 +499,12 @@ function sidebarHome() {
link: "/nodes/celestia-app-upgrade-monitor",
},
{
text: "Multisig",
link: "/nodes/celestia-app-multisig",
text: "Wallets in celestia-app",
link: "/nodes/celestia-app-wallet",
},
{
text: "Specifications",
link: "https://celestiaorg.github.io/celestia-app/",
text: "Multisig",
link: "/nodes/celestia-app-multisig",
},
{
text: "Create a vesting account",
Expand Down

0 comments on commit f197d41

Please sign in to comment.