Skip to content

Commit 748e3a6

Browse files
Clarify future chain support in announcement banner (#2828)
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Byron Gravenorst <bgravenorst@users.noreply.github.com>
1 parent ea24ff2 commit 748e3a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme/AnnouncementBar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function AnnouncementBar(): JSX.Element | null {
77
return (
88
<div className="theme-announcement-bar" role="banner" data-announcement-bar="true">
99
<div style={{ textAlign: 'center' }}>
10-
<strong style={{ fontWeight: 700 }}>MetaMask SDK</strong> is now <strong style={{ fontWeight: 700 }}>MetaMask Connect</strong> — go multichain with one integration across Ethereum, Solana, and every chain ahead. <a href="/metamask-connect">Get started</a>.
10+
<strong style={{ fontWeight: 700 }}>MetaMask SDK</strong> is now <strong style={{ fontWeight: 700 }}>MetaMask Connect</strong>. Go multichain with one integration across Ethereum, Solana, and additional chains as support expands. <a href="/metamask-connect">Get started</a>.
1111
</div>
1212
</div>
1313
)

0 commit comments

Comments
 (0)