Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kairoski03 committed Jun 18, 2024
1 parent 290e186 commit 2c64f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/arbitrum/MetamaskConnect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const MetamaskConnect: React.FunctionComponent<InterfaceProps> = ({
<NetworkUI networkName={networkName} />
) : (
<small style={{ color: 'red', fontWeight: 'bold' }}>
${ARBITRUM_SEPOLIA_CHAIN.chainName} network is supported currently.
{ARBITRUM_SEPOLIA_CHAIN.chainName} network is supported currently.
<br />
Please switch to the network below and reconnect your wallet.
<br />
Expand Down

0 comments on commit 2c64f91

Please sign in to comment.