Skip to content

Commit

Permalink
comment out swaps button
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Jul 25, 2023
1 parent 42b564f commit 2a4de15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/screens/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ function Home() {
<RowButtonContainer>
<SquareButton src={ArrowUpRight} text={t('SEND')} onPress={onSendModalOpen} />
<SquareButton src={ArrowDownLeft} text={t('RECEIVE')} onPress={onReceiveModalOpen} />
<SquareButton src={Swap} text={t('SWAP')} onPress={onSwapPressed} />
{/* <SquareButton src={Swap} text={t('SWAP')} onPress={onSwapPressed} /> */}
<SquareButton src={CreditCard} text={t('BUY')} onPress={onBuyModalOpen} />
</RowButtonContainer>

Expand Down

0 comments on commit 2a4de15

Please sign in to comment.