Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Aug 9, 2024
1 parent 7d9fdee commit 471b122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const sidebar = [
text: 'Wallet',
link: '/wallet/wallet',
},
],
]
},
{
text: 'Utilities',
Expand Down Expand Up @@ -177,7 +177,7 @@ export const sidebar = [
text: 'useName',
link: '/identity/use-name',
},
],
]
},
{
text: 'Types',
Expand Down Expand Up @@ -215,6 +215,6 @@ export const sidebar = [
text: 'Wallet',
link: '/wallet/types',
},
],
]
},
] as const satisfies Sidebar;

0 comments on commit 471b122

Please sign in to comment.