Skip to content

Commit

Permalink
refactor: remove unnecessary components
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Mar 28, 2024
1 parent 25b954f commit 8065684
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/TokenLocking/ActionNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ export const ActionNavigation = () => {
onClick={onUnlockAndWithdraw}
sx={{ borderWidth: '1px !important' }}
>
<Box display="flex" alignItems="center">
<Box>Unlock/Withdraw</Box>
</Box>
Unlock/Withdraw
</Button>
</Track>
</Box>
Expand Down

0 comments on commit 8065684

Please sign in to comment.