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