We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6ad9c6 + b27d935 commit 2821251Copy full SHA for 2821251
packages/demo/frontend/src/components/home/Overview.tsx
@@ -72,8 +72,9 @@ const receipt = wallet.borrow.openPosition({
72
title: 'Swap',
73
description:
74
'Enable onchain trading between configurable protocols and assets.',
75
- images: [{ src: '/uniswap-logo-white.svg', link: 'https://uniswap.org/' }],
76
- imageLabel: 'Supports swap providers:',
+ soonBadge: true,
+ // images: [{ src: '/uniswap-logo-white.svg', link: 'https://uniswap.org/' }],
77
+ imageLabel: 'Supported swap providers: Coming soon™',
78
code: `// Swap between tokens
79
const receipt = wallet.swap.execute({
80
amountIn: 1,
0 commit comments