Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Aug 9, 2024
1 parent 40ad896 commit 158decb
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 @@ -29,6 +29,10 @@ export const sidebar = [
{
text: 'Components',
items: [
{
text: 'FrameMetadata',
link: '/frame/frame-metadata',
},
{
text: 'Identity',
items: [
Expand All @@ -54,10 +58,6 @@ export const sidebar = [
},
],
},
{
text: 'FrameMetadata',
link: '/frame/frame-metadata',
},
{
text: 'OnchainKitProvider',
link: '/config/onchainkit-provider',
Expand Down Expand Up @@ -153,14 +153,14 @@ export const sidebar = [
text: 'getFrameMetadata',
link: '/frame/get-frame-metadata',
},
{
text: 'getSwapQuote',
link: '/swap/get-swap-quote',
},
{
text: 'getName',
link: '/identity/get-name',
},
{
text: 'getSwapQuote',
link: '/swap/get-swap-quote',
},
{
text: 'getTokens',
link: '/token/get-tokens',
Expand Down

0 comments on commit 158decb

Please sign in to comment.