From d3abc94bc3c1cc1a8af1bafe98d64f7d55cd588c Mon Sep 17 00:00:00 2001 From: samaradel Date: Mon, 24 May 2021 10:44:31 +0200 Subject: [PATCH] Update map titles --- src/components/marketing/sections/cta-sections/StateMap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/marketing/sections/cta-sections/StateMap.vue b/src/components/marketing/sections/cta-sections/StateMap.vue index 111f20f5f..9c359dcba 100644 --- a/src/components/marketing/sections/cta-sections/StateMap.vue +++ b/src/components/marketing/sections/cta-sections/StateMap.vue @@ -84,7 +84,7 @@ export default { let hru = (results.data.hru / 1000000).toFixed(); this.stats.push( { countries: results.data.countries }, - { "Internet Farms": results.data.cru }, + { "Cores online": results.data.cru }, // { "SSD TB": sru }, { "HDD PB": hru } );