token open network

This commit is contained in:
samaradel
2021-09-20 14:47:25 +02:00
parent be41267540
commit 1092941421
9 changed files with 92 additions and 2 deletions

View File

@@ -83,7 +83,7 @@
/> -->
</div>
<div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden">
<div class="container-fluid sm:pxi-0 mx-auto overflow-visible">
<CallToAction
:id="$page.markdownPage.id"
v-if="
@@ -97,6 +97,12 @@
:id="$page.markdownPage.id"
:tft="$page.markdownPage.tft"
/>
<Features
:id="$page.markdownPage.id"
v-if="$page.markdownPage.network.length > 0"
:main="$page.markdownPage.networkMain"
:features="$page.markdownPage.network"
/>
<RoadMap
:id="$page.markdownPage.id"
v-if="$page.markdownPage.roadmap"
@@ -490,6 +496,16 @@
button
link
}
networkMain{
id
title
}
network{
id
title
image
content
}
}
allCustomCta {
edges {