Skip to content

Commit 2821251

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/hono-4.12.7
2 parents b6ad9c6 + b27d935 commit 2821251

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)