Update bitcoin holdings count

This commit is contained in:
Steven 2025-05-02 12:32:17 -04:00
parent 83061042e3
commit a7aae220ab
No known key found for this signature in database
GPG Key ID: 1EC151C18B307356

View File

@ -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");