Skip to content

Commit

Permalink
text update
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov committed Dec 16, 2024
1 parent 5099829 commit 2edb7c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/components/FAQ/data/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const questions = (
},
{
title: "Are hardware wallets supported?",
content: `The following are the only hardware wallets supporting Bitcoin Staking: (1) Keystone -- via QR code and (2) OneKey -- via the OneKey Chrome extension and the hardware devices (a) OneKey Pro and (b) OneKey Classic 1s (experimental, <code><strong>3.10.1</strong></code> firmware or higher). Using any other hardware wallet through any means (such as connection to a software/extension/mobile wallet) can lead to permanent inability to withdraw the stake.`,
content: `The following are the only hardware wallets supporting Bitcoin Staking: (1) Keystone -- via QR code and (2) OneKey -- via the OneKey Chrome extension and the hardware devices (a) OneKey Pro and (b) OneKey Classic 1s (experimental, <code><strong>3.10.1</strong></code> firmware or higher) using <strong>Taproot only</strong>. Using any other hardware wallet through any means (such as connection to a software/extension/mobile wallet) can lead to permanent inability to withdraw the stake.`,
},
];
if (shouldDisplayPoints()) {
Expand Down
7 changes: 4 additions & 3 deletions src/app/components/Modals/ConnectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,10 @@ export const ConnectModal: React.FC<ConnectModalProps> = ({
<code>
<strong>3.10.1</strong>
</code>{" "}
firmware or higher). Using any other hardware wallet through
any means (such as connection to a software/extension/mobile
wallet) can lead to permanent inability to withdraw the stake.
firmware or higher) using <strong>Taproot only</strong>. Using
any other hardware wallet through any means (such as
connection to a software/extension/mobile wallet) can lead to
permanent inability to withdraw the stake.
</span>
</label>
</div>
Expand Down

0 comments on commit 2edb7c4

Please sign in to comment.