From 6386e65f28c925eaea0674b7b97d1c9b6fc5062f Mon Sep 17 00:00:00 2001 From: neiljblock Date: Thu, 7 Aug 2025 14:37:22 -0600 Subject: [PATCH] Update page.tsx Update bitcoin holdings to include Q2 DCA purchases. --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 0ef7e85..68c844e 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -36,7 +36,7 @@ function HomeContent() { const [bitcoinPrice, setBitcoinPrice] = useState(0); const previousPriceRef = useRef(0); const [priceDirection, setPriceDirection] = useState(null); - const [holding] = useState(8584); + const [holding] = useState(8692); const [holdingValue, setHoldingValue] = useState(0); // Calculate display length based on holding value