Skip to content

Commit

Permalink
resolved merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSnooker committed Jul 22, 2023
1 parent 427dad6 commit 4c5d0df
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/components/WalletModal/WalletModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ const WalletModal: React.FC<WalletModalProps> = ({
);
}
return (
<<<<<<< HEAD
<Box paddingTop={4}>
<Box paddingX={3}>
<Box className='flex justify-between'>
Expand All @@ -386,31 +385,6 @@ const WalletModal: React.FC<WalletModalProps> = ({
className={
iconify ? 'option-container-iconify' : 'option-container'
}
=======
<Box paddingX={3} paddingY={4}>
<Box className='flex justify-between'>
<h5>{t('connectWallet')}</h5>
<Close className='cursor-pointer' onClick={toggleWalletModal} />
</Box>
<Box mt={4}>
{walletView === WALLET_VIEWS.PENDING ? (
<PendingView
connection={pendingWallet}
error={pendingError}
setPendingError={setPendingError}
tryActivation={tryActivation}
/>
) : (
getOptions()
)}
{walletView !== WALLET_VIEWS.PENDING && (
<Box className='blurb'>
<small>{t('newToMatic')}</small>
<a
href='https://wiki.polygon.technology/docs/tools/wallets/getting-started'
target='_blank'
rel='noopener noreferrer'
>>>>>>> dev2
>
{getOptions()}
</Box>
Expand Down

0 comments on commit 4c5d0df

Please sign in to comment.