rm duplicated cta
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<g-image :src="img(logo.image)" />
|
<g-image :src="img(logo.image)" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="id == 'community'" class="flex flex-wrap mx-2">
|
<div v-else-if="id == 'community'" class="flex flex-wrap mx-2">
|
||||||
<a
|
<a
|
||||||
v-for="(logo, idx) in logos"
|
v-for="(logo, idx) in logos"
|
||||||
:key="idx"
|
:key="idx"
|
||||||
|
|||||||
@@ -42,10 +42,13 @@
|
|||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div class="container-fluid mx-auto pt-24">
|
<div
|
||||||
<CustomCTA
|
class="container-fluid mx-auto pt-24"
|
||||||
v-for="edge in $page.allCustomCta.edges"
|
v-for="edge in $page.allCustomCta.edges"
|
||||||
:key="edge.node.id"
|
:key="edge.node.id"
|
||||||
|
>
|
||||||
|
<CustomCTA
|
||||||
|
v-if="edge.node.id == 'careers'"
|
||||||
:title="edge.node.title"
|
:title="edge.node.title"
|
||||||
:link="edge.node.link"
|
:link="edge.node.link"
|
||||||
:image="edge.node.image"
|
:image="edge.node.image"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
:src="$page.markdownPage.solution_image.src"
|
:src="$page.markdownPage.solution_image.src"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="">
|
<div class="container sm:pxi-0 mx-auto overflow-x-hidden py-5">
|
||||||
<Header
|
<Header
|
||||||
v-if="
|
v-if="
|
||||||
$page.markdownPage.id !== 'contact' &&
|
$page.markdownPage.id !== 'contact' &&
|
||||||
|
|||||||
Reference in New Issue
Block a user