Skip to content

Commit

Permalink
refactor: removed timestamp from events
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Jan 9, 2025
1 parent 6213cbd commit 1d3b494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sections/finance/components/finance-deposit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const FinanceDeposit: FC<FinanceDepositProps> = ({ address, recipient, depositHo
</BoxRow>

<BoxRow>
<TextMaxLine line={1} fontWeight={"bold"}>Balance</TextMaxLine>
<TextMaxLine line={1} fontWeight={"bold"}>Available</TextMaxLine>
<TextMaxLine
line={1}
sx={{ fontWeight: '400', fontSize: '1em', color: 'text.secondary' }}
Expand Down
2 changes: 1 addition & 1 deletion src/sections/finance/components/finance-withdraw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const FinanceWithdraw: FC<FinanceWithdrawProps> = ({ address, withdrawHook, bala
</BoxRow>

<BoxRow>
<TextMaxLine line={1} fontWeight={"bold"}>Balance</TextMaxLine>
<TextMaxLine line={1} fontWeight={"bold"}>Available</TextMaxLine>
<TextMaxLine
line={1}
sx={{ fontWeight: '400', fontSize: '1em', color: 'text.secondary' }}
Expand Down

0 comments on commit 1d3b494

Please sign in to comment.