Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadapema committed Jan 9, 2025
2 parents 4d62dc5 + 1d3b494 commit 95958d5
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 95958d5

Please sign in to comment.