diff --git a/src/app/fund/[slug]/InvestPanel.tsx b/src/app/fund/[slug]/InvestPanel.tsx index e3074e8..0d5788a 100644 --- a/src/app/fund/[slug]/InvestPanel.tsx +++ b/src/app/fund/[slug]/InvestPanel.tsx @@ -136,7 +136,7 @@ export default function InvestPanel({ fundSlug, nav, userBalance, userShares, us {amountNum >= 1 && (

- You'll receive ≈ {previewShares.toFixed(4)} shares + You'll receive ≈ {previewShares.toFixed(6)} shares

)} )}