|
238 | 238 | </div>
|
239 | 239 | </div>
|
240 | 240 | <div class="col-12 mb-3 mb-sm-2 mb-md-3 mb-lg-3">
|
241 |
| - <div class="fs13 text-secondary">Ticket Pool Size</div> |
| 241 | + <div class="d-block fs13 text-secondary"><a href="/charts?chart=ticket-pool-size">Ticket Pool Size</a></div> |
242 | 242 | <div class="mono lh1rem fs14-decimal fs24 pt-1 pb-1 d-flex align-items-baseline">
|
243 | 243 | <span data-target="homepage.poolSize">
|
244 | 244 | {{intComma .PoolInfo.Size}}
|
|
285 | 285 | <div class="fs12 lh1rem text-black-50" title="Annual Stake Rewards">{{printf "%.2f" .ASR}}% per year</div>
|
286 | 286 | </div>
|
287 | 287 | <div class="col-12 mb-3 mb-sm-2 mb-md-3 mb-lg-3">
|
288 |
| - <div class="fs13 text-secondary">Total Staked DCR</div> |
| 288 | + <div class="fs13 text-secondary"><a href="/charts?chart=stake-participation">Total Staked DCR</a></div> |
289 | 289 | <div class="mono lh1rem fs14-decimal fs24 pt-1 pb-1 d-flex align-items-baseline">
|
290 | 290 | <span data-target="homepage.poolValue">
|
291 | 291 | {{template "decimalParts" (float64AsDecimalParts .PoolInfo.Value 0 true)}}
|
|
315 | 315 | </div>
|
316 | 316 | </div>
|
317 | 317 | <div class="col-12 mb-3 mb-sm-2 mb-md-3 mb-lg-3">
|
318 |
| - <div class="fs13 text-secondary">Hashrate</div> |
| 318 | + <div class="fs13 text-secondary"><a href="/charts?chart=hashrate">Hashrate</a></div> |
319 | 319 | <div class="mono lh1rem pt-1 pb-1 fs14-decimal fs24 d-flex align-items-baseline">
|
320 | 320 | <span data-target="homepage.hashrate">{{template "decimalParts" (float64AsDecimalParts .HashRate 8 true 2)}}</span>
|
321 | 321 | <span class="pl-1 unit lh15rem">Ph/s</span>
|
|
388 | 388 | </div>
|
389 | 389 | {{end}}
|
390 | 390 | <div class="col-12 mb-3 mb-sm-2 mb-md-3 mb-lg-3">
|
391 |
| - <div class="fs13 text-secondary lh1rem">Total Coin Supply <span class="nowrap">(of 21 mil)</span></div> |
| 391 | + <div class="d-block fs13 text-secondary lh1rem"><a href="/charts?chart=coin-supply">Total Coin Supply</a> <span class="nowrap">(of 21 mil)</span></div> |
392 | 392 | <div class="mono lh1rem fs14-decimal fs24 p03rem0 d-flex align-items-baseline">
|
393 | 393 | <span data-target="homepage.coinSupply">
|
394 | 394 | {{template "decimalParts" (float64AsDecimalParts (toFloat64Amount .CoinSupply) 0 true)}}
|
|
0 commit comments