mirror of
https://github.com/block/bitcoin-treasury.git
synced 2025-09-05 19:29:23 +00:00
Update page.tsx
Update bitcoin holdings to include Q2 DCA purchases.
This commit is contained in:
parent
ddbc43bbf2
commit
6386e65f28
@ -36,7 +36,7 @@ function HomeContent() {
|
|||||||
const [bitcoinPrice, setBitcoinPrice] = useState(0);
|
const [bitcoinPrice, setBitcoinPrice] = useState(0);
|
||||||
const previousPriceRef = useRef(0);
|
const previousPriceRef = useRef(0);
|
||||||
const [priceDirection, setPriceDirection] = useState<string | null>(null);
|
const [priceDirection, setPriceDirection] = useState<string | null>(null);
|
||||||
const [holding] = useState(8584);
|
const [holding] = useState(8692);
|
||||||
const [holdingValue, setHoldingValue] = useState(0);
|
const [holdingValue, setHoldingValue] = useState(0);
|
||||||
|
|
||||||
// Calculate display length based on holding value
|
// Calculate display length based on holding value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user