We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b8b888 + 9679651 commit ceb731bCopy full SHA for ceb731b
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="inherit"
144
+ target="_blank"
145
+ >
146
+ known issue
147
+ </Link>{" "}
148
+ with Firefox Metamask.
149
</Typography>
150
<Box>
151
<Button
0 commit comments