Skip to content

Commit

Permalink
Update src/components/batch/BatchSidebar/EmptyBatch.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Cook <[email protected]>
  • Loading branch information
katspaugh and iamacook authored Jul 26, 2023
1 parent 1ad9aaa commit ccf05fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/batch/BatchSidebar/EmptyBatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const EmptyBatch = ({ children }: { children: ReactNode }) => (
<SvgIcon component={EmptyBatchIcon} inheritViewBox sx={{ fontSize: 110 }} />

<Typography variant="h4" fontWeight={700}>
Add a first transaction to the batch
Add an initial transaction to the batch
</Typography>

<Typography variant="body2" mt={2} mb={4} px={8} sx={{ textWrap: 'balance' }}>
Expand Down

0 comments on commit ccf05fa

Please sign in to comment.