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:
johba 2026-02-22 19:40:41 +01:00
commit 4206f3bc63
3 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>