We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f042fd6 commit a739de5Copy full SHA for a739de5
1 file changed
src/components/SoloNodeRequestAccess.tsx
@@ -137,7 +137,15 @@ export default function SoloNodeRequestAccess({
137
<>
138
<Typography sx={{ mt: 2, mb: 3 }} gutterBottom>
139
Connect your wallet so you can be prompted to sign the
140
- message.
+ message. Note that there is a{" "}
141
+ <Link
142
+ href="https://github.com/MetaMask/detect-provider/issues/31"
143
+ color="inheret"
144
+ target="_blank"
145
+ >
146
+ known issue
147
+ </Link>{" "}
148
+ with Firefox Metamask.
149
</Typography>
150
<Box>
151
<Button
0 commit comments