Skip to content

Commit

Permalink
refactor: comment out metamask connect
Browse files Browse the repository at this point in the history
  • Loading branch information
altpd13 committed Aug 28, 2024
1 parent 0fba57b commit 4f7cae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/injective/Connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Connect: React.FunctionComponent<InterfaceProps> = ({ client }) =>
<img src={Keplr} style={{ width: '25px', marginRight: '10px' }} alt="Keplr logo" />
<b>Connect to Keplr</b>
</ListGroup.Item>
<ListGroup.Item
{/* <ListGroup.Item
as="li"
action
active={activeWallet === 'MetaMask'}
Expand All @@ -53,7 +53,7 @@ export const Connect: React.FunctionComponent<InterfaceProps> = ({ client }) =>
>
<img src={MetaMask} style={{ width: '25px', marginRight: '10px' }} alt="Keplr logo" />
<b>Connect to MetaMask</b>
</ListGroup.Item>
</ListGroup.Item> */}
</ListGroup>
<hr />
<div>
Expand Down

0 comments on commit 4f7cae4

Please sign in to comment.