Merge pull request 'fix: HomeViewOffensive.vue trust section uses "Open." as a standalone claim (#313)' (#378) from fix/issue-313 into master
This commit is contained in:
commit
703185ea48
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
<div class="card">
|
||||
<div class="card-emoji">⚡</div>
|
||||
<h3>Adaptive Trading</h3>
|
||||
<p>KRK owns its own trading infrastructure. The optimizer reads staker sentiment and adapts in real-time — and it evolves. The optimizer evolves — new versions ship as the protocol matures.</p>
|
||||
<p>KRK owns its own trading infrastructure. The optimizer reads staker sentiment and adapts in real-time — new versions ship as the protocol matures.</p>
|
||||
<p><a class="card-link" @click="router.push('/docs/how-it-works')">See how it works →</a></p>
|
||||
</div>
|
||||
<div class="card">
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
</LeftRightComponent>
|
||||
</section>
|
||||
<section class="trust-section">
|
||||
<h2>Open. Transparent. Verifiable.</h2>
|
||||
<h2>On-Chain. Transparent. Verifiable.</h2>
|
||||
<p>Built on Base. Every move on-chain. No black boxes, no trust needed.</p>
|
||||
<div class="trust-links">
|
||||
<KButton outlined @click="router.push('/docs/code')">Source Code</KButton>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue