mirror of
https://github.com/block/bitcoin-treasury.git
synced 2025-06-04 08:12:04 +00:00
Update bitcoin holdings count
This commit is contained in:
parent
83061042e3
commit
a7aae220ab
@ -38,7 +38,7 @@ function HomeContent() {
|
||||
const [bitcoinPrice, setBitcoinPrice] = useState(0);
|
||||
const previousPriceRef = useRef(0);
|
||||
const [priceDirection, setPriceDirection] = useState<string | null>(null);
|
||||
const [holding] = useState(8485);
|
||||
const [holding] = useState(8584);
|
||||
const [holdingValue, setHoldingValue] = useState(0);
|
||||
const [currentRowIndex, setCurrentRowIndex] = useState(-1);
|
||||
const [ticker, setTicker] = useState(searchParams.get("ticker") || "XYZ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user