From b444e451b69ba7754ba7a6ce8fc27965f32a092c Mon Sep 17 00:00:00 2001 From: samaradel Date: Mon, 24 May 2021 07:27:55 +0200 Subject: [PATCH] Update state map --- .../sections/cta-sections/StateMap.vue | 35 +++++++++---------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/src/components/marketing/sections/cta-sections/StateMap.vue b/src/components/marketing/sections/cta-sections/StateMap.vue index a3506c363..111f20f5f 100644 --- a/src/components/marketing/sections/cta-sections/StateMap.vue +++ b/src/components/marketing/sections/cta-sections/StateMap.vue @@ -38,24 +38,21 @@ > {{ section.title }} -
+
-
- {{ section.btn1 }} - - {{ section.btn2 }} - -
+
+ {{ section.btn1 }} + + {{ section.btn2 }} + +
@@ -88,8 +85,8 @@ export default { this.stats.push( { countries: results.data.countries }, { "Internet Farms": results.data.cru }, - // { "SSD storage capacity": sru }, - { "storage capacity": hru } + // { "SSD TB": sru }, + { "HDD PB": hru } ); } catch (error) { console.log(error);