Skip to content

Commit

Permalink
no tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov committed Aug 20, 2024
1 parent 9a551ac commit b9ee55e
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions src/app/components/Modals/ConnectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,12 @@ export const ConnectModal: React.FC<ConnectModalProps> = ({
onChange={(e) => setNoHWWallet(e.target.checked)}
checked={noHWWallet}
/>
<span className="label-text">
I certify that I am not connecting an unsupported hardware wallet.
</span>
<span
className="cursor-pointer text-xs"
data-tooltip-id="hw-wallet"
data-tooltip-content="I acknowledge that Keystone via QR code is the only hardware wallet supporting Bitcoin Staking. Using any other hardware wallets through any means (such as connection to software/extension/mobile wallet) can lead to permanent inability to withdraw the stake."
data-tooltip-place="top"
>
<AiOutlineInfoCircle />
<Tooltip id="hw-wallet" className="tooltip-wrap" />
<span className="label-text md:max-w-[27rem]">
I acknowledge that Keystone via QR code is the only hardware
wallet supporting Bitcoin Staking. Using any other hardware
wallets through any means (such as connection to
software/extension/mobile wallet) can lead to permanent inability
to withdraw the stake.
</span>
</label>
</div>
Expand Down

0 comments on commit b9ee55e

Please sign in to comment.