fix: HomeViewOffensive.vue trust section uses "Open." as a standalone claim (#313)

Replace "Open Source." with "On-Chain." — the repo is private so "open
source" is a false claim per PRODUCT-TRUTH.md §Code/Open Source and
UX-DECISIONS.md §Don't Say. "On-Chain." is accurate and consistent with
the subtitle already present in the section.

Also remove duplicate garbled sentence in the Adaptive Trading card
("The optimizer evolves — new versions ship as the protocol matures."
was a copy-paste repeat of the preceding clause).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
openhands 2026-02-28 14:44:15 +00:00
parent 10f7f1ebc0
commit 0b76ea9ca9

View file

@ -28,7 +28,7 @@
<div class="card"> <div class="card">
<div class="card-emoji"></div> <div class="card-emoji"></div>
<h3>Adaptive Trading</h3> <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> <p><a class="card-link" @click="router.push('/docs/how-it-works')">See how it works </a></p>
</div> </div>
<div class="card"> <div class="card">
@ -75,7 +75,7 @@
</LeftRightComponent> </LeftRightComponent>
</section> </section>
<section class="trust-section"> <section class="trust-section">
<h2>Open Source. Transparent. Verifiable.</h2> <h2>On-Chain. Transparent. Verifiable.</h2>
<p>Built on Base. Every move on-chain. No black boxes, no trust needed.</p> <p>Built on Base. Every move on-chain. No black boxes, no trust needed.</p>
<div class="trust-links"> <div class="trust-links">
<KButton outlined @click="router.push('/docs/code')">Source Code</KButton> <KButton outlined @click="router.push('/docs/code')">Source Code</KButton>