Skip to content

Commit

Permalink
Simplifying dashboard following our most recent mockups
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaivre committed Sep 3, 2024
1 parent cb0829c commit acee106
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions apps/mobile-wallet/src/components/BalanceSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,11 @@ const BalanceSummary = ({ dateLabel, style, ...props }: BalanceSummaryProps) =>
flex
/>
<Button
title={t('Receive assets')}
onPress={handleReceivePress}
iconProps={{ name: 'download' }}
variant="highlight"
short
flex
/>
<Button
title={t('Buy')}
onPress={() => setIsBuyModalOpen(true)}
iconProps={{ name: 'credit-card' }}
variant="highlight"
short
round
flex
/>
</ReceiveFundsButtonContainer>
Expand Down

0 comments on commit acee106

Please sign in to comment.