Browse Source

add mobile version for balance dashboard

main
matthew 2 years ago
parent
commit
f179815c71
  1. 2
      searching-front/app/core/pages/State/State.tsx

2
searching-front/app/core/pages/State/State.tsx

@ -146,7 +146,7 @@ const State = ({
{new Intl.NumberFormat("en-US", { style: "currency", currency: "USD" }) {new Intl.NumberFormat("en-US", { style: "currency", currency: "USD" })
.format(+i.tonBalance) .format(+i.tonBalance)
.replace("$", "") .replace("$", "")
.replace(",", " ")} .replaceAll(",", " ")}
<div className={s.tonScanIcon}> <div className={s.tonScanIcon}>
<TonLogoWithoutBg /> <TonLogoWithoutBg />
</div> </div>

Loading…
Cancel
Save