diff --git a/docs/components/DocsToc.astro b/docs/components/DocsToc.astro index 24b555f2b..eac75dd0f 100644 --- a/docs/components/DocsToc.astro +++ b/docs/components/DocsToc.astro @@ -16,8 +16,8 @@ interface Props { const { toc = [] } = Astro.props -// shared/data/illustrations.json has 100 entries. -const illustrationsCount = 100 +// shared/data/illustrations.json has 125 entries. +const illustrationsCount = 125 --- { diff --git a/preview/pages/dashboard-crypto.astro b/preview/pages/dashboard-crypto.astro index 907be52b5..2905f32df 100644 --- a/preview/pages/dashboard-crypto.astro +++ b/preview/pages/dashboard-crypto.astro @@ -33,6 +33,7 @@ const btcBalance = 2.3 const btcPriceNum = parseCurrency(btc.price) const totalUsd = Math.round(btcPriceNum * btcBalance).toLocaleString('en-US') // divided_by then round to 8 decimals (trailing zeros dropped in output) +const usdBtc = roundTo(1 / btcPriceNum) const ltcBtc = roundTo(parseCurrency(ltc.price) / btcPriceNum) const ethBtc = roundTo(parseCurrency(eth.price) / btcPriceNum) const xmrBtc = roundTo(parseCurrency(xmr.price) / btcPriceNum) @@ -81,7 +82,7 @@ const operationCurrencies = currencies.slice(0, 20)
Using Storage 6854.45 MB of 8 GB
+Using Storage 5760 MB of 8 GB