Update content
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
<script>
|
||||
export default {
|
||||
props: ["id", "team", "people"],
|
||||
mounted() {
|
||||
console.log(this.people);
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<g-image class="lg:w-3/4 mx-auto" :src="roadmap.image" />
|
||||
<div
|
||||
v-html="roadmap.content"
|
||||
class="mt-10 mb-8 lg:text-xl text-gray-900"
|
||||
class="mt-10 mb-8 lg:text-xl max-w-3xl mx-auto text-gray-900"
|
||||
></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -577,45 +577,6 @@
|
||||
>{{ cta.faqbutton3 }}</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<a
|
||||
class="
|
||||
inline-block
|
||||
bg-white
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
py-1
|
||||
my-4
|
||||
border-2
|
||||
shadow
|
||||
border-black
|
||||
"
|
||||
target="_blank"
|
||||
v-if="cta.button && cta.link.includes('http')"
|
||||
:href="cta.link"
|
||||
>{{ cta.button }}</a
|
||||
>
|
||||
|
||||
<a
|
||||
class="
|
||||
inline-block
|
||||
bg-white
|
||||
text-lg
|
||||
learn-button
|
||||
hover:bg-gray-400
|
||||
px-12
|
||||
py-1
|
||||
my-4
|
||||
border-2
|
||||
shadow
|
||||
border-black
|
||||
"
|
||||
v-else
|
||||
:href="cta.link"
|
||||
>{{ cta.button }}</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<!-- support -->
|
||||
@@ -1439,7 +1400,8 @@
|
||||
<h2
|
||||
v-if="cta.title"
|
||||
class="
|
||||
lg:text-6xl
|
||||
text-base
|
||||
lg:text-5xl
|
||||
max-w-3xl
|
||||
mx-auto
|
||||
text-center
|
||||
|
||||
Reference in New Issue
Block a user