Skip to content

Commit 3b9d63f

Browse files
committed
feat: add link to docs in warning
1 parent 768afef commit 3b9d63f

File tree

1 file changed

+10
-1
lines changed
  • src/components/sc-wallet-warning

1 file changed

+10
-1
lines changed

src/components/sc-wallet-warning/index.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,16 @@ export default function SmartContractWalletWarning() {
3636

3737
return (
3838
<div className="sc-wallet-warning">
39-
<p>You are using a smart contract wallet. This is not recommended.</p>
39+
<p>
40+
You are using a smart contract wallet. This is not recommended.{" "}
41+
<a
42+
href="https://docs.kleros.io/kleros-faq#can-i-use-a-smart-contract-account-to-stake-in-the-court"
43+
target="_blank"
44+
rel="noopener noreferrer"
45+
>
46+
Learn more.
47+
</a>
48+
</p>
4049
<button onClick={handleClose}>X</button>
4150
</div>
4251
);

0 commit comments

Comments
 (0)