We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768afef commit 3b9d63fCopy full SHA for 3b9d63f
src/components/sc-wallet-warning/index.js
@@ -36,7 +36,16 @@ export default function SmartContractWalletWarning() {
36
37
return (
38
<div className="sc-wallet-warning">
39
- <p>You are using a smart contract wallet. This is not recommended.</p>
+ <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>
49
<button onClick={handleClose}>X</button>
50
</div>
51
);
0 commit comments