Skip to content

Commit

Permalink
fix: remove duplicate sweep wif
Browse files Browse the repository at this point in the history
  • Loading branch information
danwag06 committed Dec 22, 2024
1 parent b2e75aa commit b51df67
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pages/AppsAndTools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,6 @@ export const AppsAndTools = () => {
<FaExternalLinkAlt color={theme.color.global.contrast} size={'1rem'} style={{ margin: '0.5rem' }} />
}
/>
<AppsRow
name="Sweep Private Key"
description="Import funds from WIF private key"
onClick={() => setPage('sweep-wif')}
jsxElement={<RightChevron color={theme.color.global.contrast} />}
/>
</>
);

Expand Down

0 comments on commit b51df67

Please sign in to comment.