Merge pull request 'feat: make How It Works CTA prominent, add crypto-native tagline (#175)' (#182) from fix/issue-175 into master
This commit is contained in:
commit
4206f3bc63
3 changed files with 3 additions and 3 deletions
|
|
@ -68,7 +68,7 @@
|
|||
</ol>
|
||||
<div class="button-group">
|
||||
<KButton @click="router.push('/app/get-krk')">Get $KRK</KButton>
|
||||
<KButton outlined @click="router.push('/docs')">Read the Docs</KButton>
|
||||
<KButton @click="router.push('/docs/how-it-works')">How It Works →</KButton>
|
||||
</div>
|
||||
</template>
|
||||
</LeftRightComponent>
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
</ol>
|
||||
<div class="button-group">
|
||||
<KButton @click="router.push('/app/get-krk')">Buy $KRK</KButton>
|
||||
<KButton outlined @click="router.push('/docs')">See How It Works</KButton>
|
||||
<KButton @click="router.push('/docs/how-it-works')">How It Works →</KButton>
|
||||
</div>
|
||||
</template>
|
||||
</LeftRightComponent>
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
</ol>
|
||||
<div class="button-group">
|
||||
<KButton @click="router.push('/app/get-krk')">Get $KRK Now</KButton>
|
||||
<KButton outlined @click="router.push('/docs')">Read How It Works</KButton>
|
||||
<KButton @click="router.push('/docs/how-it-works')">How It Works →</KButton>
|
||||
</div>
|
||||
</template>
|
||||
</LeftRightComponent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue