Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update WC banner text #61

Merged
merged 2 commits into from
Jun 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions packages/ui-react/src/components/WCWarnBanner/WCWarnBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,9 @@ export const WCWarnBanner = () => (
title="Notice on WalletConnect v2"
description={
<>
<a
href="https://github.com/orgs/WalletConnect/discussions/categories/v1-v2-migration-support"
target="_blank"
rel="noreferrer"
style={{ color: 'currentcolor' }}
>
WalletConnect v2
</a>{' '}
is still under development and might work unstable. In case of issues
with WalletConnect, please try to use another wallet connection option.
Please note that some users are experiencing issues with connecting and
sending the transactions via WalletConnect. If it happens to you, please
try another wallet connection where possible.
</>
}
/>
Expand Down