Update page.tsx

Update bitcoin holdings to include Q2 DCA purchases.
This commit is contained in:
neiljblock 2025-08-07 14:37:22 -06:00 committed by GitHub
parent ddbc43bbf2
commit 6386e65f28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ function HomeContent() {
const [bitcoinPrice, setBitcoinPrice] = useState(0);
const previousPriceRef = useRef(0);
const [priceDirection, setPriceDirection] = useState<string | null>(null);
const [holding] = useState(8584);
const [holding] = useState(8692);
const [holdingValue, setHoldingValue] = useState(0);
// Calculate display length based on holding value