From 898f99049d41e06c301dbb21f35e71c55891844f Mon Sep 17 00:00:00 2001 From: Mike Johnston Date: Fri, 20 Mar 2026 15:17:46 -0400 Subject: [PATCH] fix: increase precision for shares display and input step in InvestPanel --- src/app/fund/[slug]/InvestPanel.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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

)} )}