diff --git a/static/js/custom.js b/static/js/custom.js index 078bccdb3..199878847 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -180,7 +180,7 @@ async function getStats() { function formatStatsData(stats) { let items = document.querySelector(".items"); items.classList.remove("animate-pulse"); - document.getElementById("capacity").innerHTML = stats.capacity; + document.getElementById("ssd").innerHTML = stats.ssd; document.getElementById("nodes").innerHTML = stats.nodes; document.getElementById("countries").innerHTML = stats.countries; document.getElementById("cores").innerHTML = stats.cores diff --git a/templates/partials/home/grid_stats.html b/templates/partials/home/grid_stats.html index 15b21d31a..906b1a759 100644 --- a/templates/partials/home/grid_stats.html +++ b/templates/partials/home/grid_stats.html @@ -8,12 +8,12 @@

Version 3.15 is live on Mainnet.

- +
The total amount of storage (SSD, HDD, & RAM) on the grid. 1 petabyte equals roughly 1 million gigabytes. -
CAPACITY
-
+
SSD CAPACITY
+
@@ -54,7 +54,7 @@