Skip to content

Commit

Permalink
add swap to the open option
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomas committed Sep 21, 2024
1 parent 06b3e01 commit be77664
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/appkit/javascript/core/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ List of views you can select
{
variable: { code: 'OnRampProviders' },
description: '"On-Ramp main view'
},
{
variable: { code: 'Swap' },
description: '"Swap main view'
}
]}
/>
Expand Down
4 changes: 4 additions & 0 deletions docs/appkit/next/core/hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ List of views you can select
{
variable: { code: 'OnRampProviders' },
description: '"On-Ramp main view'
},
{
variable: { code: 'Swap' },
description: '"Swap main view'
}
]}
/>
Expand Down
4 changes: 4 additions & 0 deletions docs/appkit/react/core/hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ List of views you can select
{
variable: { code: 'OnRampProviders' },
description: '"On-Ramp main view'
},
{
variable: { code: 'Swap' },
description: '"Swap main view'
}
]}
/>
Expand Down
4 changes: 4 additions & 0 deletions docs/appkit/vue/core/composables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ List of views you can select
{
variable: { code: 'OnRampProviders' },
description: '"On-Ramp main view'
},
{
variable: { code: 'Swap' },
description: '"Swap main view'
}
]}
/>
Expand Down

0 comments on commit be77664

Please sign in to comment.