Skip to content

Commit

Permalink
Update sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 13, 2024
1 parent 197d61b commit 3cf7c90
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions site/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ export const sidebar = [
{
text: 'Identity',
items: [
{
text: 'Identity',
link: '/identity/identity',
},
{
text: 'Address',
link: '/identity/address',
Expand All @@ -75,10 +79,6 @@ export const sidebar = [
text: 'Badge',
link: '/identity/badge',
},
{
text: 'Identity',
link: '/identity/identity',
},
{
text: 'Name',
link: '/identity/name',
Expand Down Expand Up @@ -131,6 +131,10 @@ export const sidebar = [
{
text: 'Wallet',
items: [
{
text: 'Wallet',
link: '/wallet/wallet',
},
{
text: 'WalletDropdownBaseName',
link: '/wallet/wallet-dropdown-base-name',
Expand All @@ -143,10 +147,6 @@ export const sidebar = [
text: 'WalletDropdownLink',
link: '/wallet/wallet-dropdown-link',
},
{
text: 'Wallet',
link: '/wallet/wallet',
},
],
},
]
Expand Down

0 comments on commit 3cf7c90

Please sign in to comment.