feat: polish app (#669)

This commit is contained in:
Cafe137
2024-07-17 06:49:22 -07:00
committed by GitHub
parent b4ebfc7c3f
commit 8558860f0a
18 changed files with 304 additions and 417 deletions
+3 -3
View File
@@ -17,12 +17,12 @@ export function ChequebookInfoCard() {
<Card
buttonProps={{
iconType: ExchangeFunds,
children: 'View chequebook',
children: 'Manage chequebook',
onClick: () => navigate(ROUTES.ACCOUNT_CHEQUEBOOK),
}}
icon={<ExchangeFunds />}
title={`${chequebookBalance?.availableBalance.toSignificantDigits(4)} xBZZ`}
subtitle="Current chequebook balance."
subtitle="Network transfer balance."
status="ok"
/>
)
@@ -32,7 +32,7 @@ export function ChequebookInfoCard() {
<Card
buttonProps={{
iconType: ExchangeFunds,
children: 'View chequebook',
children: 'Manage chequebook',
onClick: () => navigate(ROUTES.ACCOUNT_CHEQUEBOOK),
}}
icon={<ExchangeFunds />}