Skip to content

Commit

Permalink
removed ledger hardware wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix2222 authored Mar 15, 2024
1 parent 6d1f73a commit 66103d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/ConnectWallet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import {
FAUCET_URL,
} from '../../utils/envVars';
import { routeToCorrectWorkflowStep } from '../../utils/RouteToCorrectWorkflowStep';
import { MetamaskHardwareButton } from './MetamaskHardwareButton';
import useIntlNetworkName from '../../hooks/useIntlNetworkName';

// styled components
Expand Down Expand Up @@ -487,7 +486,6 @@ const _ConnectWalletPage = ({
error={walletProvider === fortmatic ? error : undefined}
/>
)} */}
<MetamaskHardwareButton />
</WalletButtonSubContainer>
</Animated>
</WalletButtonContainer>
Expand Down

0 comments on commit 66103d4

Please sign in to comment.