Skip to content

Commit ceb731b

Browse files
authored
Merge pull request #183 from Rocket-Rescue-Node/jms/ff
Add firefox metamask warning
2 parents 4b8b888 + 9679651 commit ceb731b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/components/SoloNodeRequestAccess.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,15 @@ export default function SoloNodeRequestAccess({
137137
<>
138138
<Typography sx={{ mt: 2, mb: 3 }} gutterBottom>
139139
Connect your wallet so you can be prompted to sign the
140-
message.
140+
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.
141149
</Typography>
142150
<Box>
143151
<Button

0 commit comments

Comments
 (0)