Skip to content

Commit b27d935

Browse files
authored
Merge pull request #312 from ethereum-optimism/kevin/swap-coming-soon
2 parents 4442168 + d847cf8 commit b27d935

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/demo/frontend/src/components/home/Overview.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ const receipt = wallet.borrow.openPosition({
7272
title: 'Swap',
7373
description:
7474
'Enable onchain trading between configurable protocols and assets.',
75-
images: [{ src: '/uniswap-logo-white.svg', link: 'https://uniswap.org/' }],
76-
imageLabel: 'Supports swap providers:',
75+
soonBadge: true,
76+
// images: [{ src: '/uniswap-logo-white.svg', link: 'https://uniswap.org/' }],
77+
imageLabel: 'Supported swap providers: Coming soon™',
7778
code: `// Swap between tokens
7879
const receipt = wallet.swap.execute({
7980
amountIn: 1,

0 commit comments

Comments
 (0)