Update state map

This commit is contained in:
samaradel
2021-05-24 07:27:55 +02:00
parent 67127db61c
commit b444e451b6

View File

@@ -38,10 +38,7 @@
> >
{{ section.title }} {{ section.title }}
</h2> </h2>
<div <div class="text-white mt-4" v-html="section.content"></div>
class="text-white mt-4 "
v-html="section.content"
></div>
<g-image :src="img(section.image)" :alt="section.title" /> <g-image :src="img(section.image)" :alt="section.title" />
<div class="mx-auto mt-10"> <div class="mx-auto mt-10">
<g-link <g-link
@@ -88,8 +85,8 @@ export default {
this.stats.push( this.stats.push(
{ countries: results.data.countries }, { countries: results.data.countries },
{ "Internet Farms": results.data.cru }, { "Internet Farms": results.data.cru },
// { "SSD storage capacity": sru }, // { "SSD TB": sru },
{ "storage capacity": hru } { "HDD PB": hru }
); );
} catch (error) { } catch (error) {
console.log(error); console.log(error);