Update state map
This commit is contained in:
@@ -38,10 +38,7 @@
|
||||
>
|
||||
{{ section.title }}
|
||||
</h2>
|
||||
<div
|
||||
class="text-white mt-4 "
|
||||
v-html="section.content"
|
||||
></div>
|
||||
<div class="text-white mt-4" v-html="section.content"></div>
|
||||
<g-image :src="img(section.image)" :alt="section.title" />
|
||||
<div class="mx-auto mt-10">
|
||||
<g-link
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user