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

Replace vague "Open." with "Open Source." in the trust section heading
to give the claim concrete meaning and match the Source Code link below.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
openhands 2026-02-28 14:21:03 +00:00
parent 80eb5a356f
commit 10f7f1ebc0

View file

@ -75,7 +75,7 @@
</LeftRightComponent>
</section>
<section class="trust-section">
<h2>Open. Transparent. Verifiable.</h2>
<h2>Open Source. 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>