Skip to content

Commit 52f86ad

Browse files
V48 (impl-only): Remove commercial product trust-the-proof footer line
1 parent 3a0d7a9 commit 52f86ad

3 files changed

Lines changed: 1 addition & 9 deletions

File tree

uapi/components/bitcode/layout/BitcodePublicCopy/bitcode-public-copy.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ export const BITCODE_PUBLIC_COPY = {
100100
'Inspect canonical deployment, settlement, rights, delivery, and compensation with expandable proof roots.',
101101
},
102102
],
103-
trust:
104-
'Trust the proof: protocol law and proof readback decide state; the product surfaces explain it.',
105103
sourceSafety:
106104
'Source-safe trade: buyers see measurements before pay; protected source stays withheld until Bitcoin finality and BTD rights transfer.',
107105
},

uapi/components/marketing/MarketingLandingTestnetSection/MarketingLandingTestnetSection.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,7 @@ export function MarketingLandingTestnetSection() {
8282
</li>
8383
))}
8484
</ol>
85-
<div className="mt-3 grid gap-1.5 text-[11px] leading-5 text-neutral-400">
86-
<p>{copy.trust}</p>
87-
<p>{copy.sourceSafety}</p>
88-
</div>
85+
<p className="mt-3 text-[11px] leading-5 text-neutral-400">{copy.sourceSafety}</p>
8986
</div>
9087
</section>
9188
);

uapi/tests/marketingLandingPage.test.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ describe('MarketingLandingPage', () => {
163163
'href',
164164
'/packs',
165165
);
166-
expect(
167-
screen.getByText(/protocol law and proof readback decide state/u),
168-
).toBeInTheDocument();
169166
expect(
170167
screen.getByText(
171168
/protected source stays withheld until Bitcoin finality and BTD rights transfer/u,

0 commit comments

Comments
 (0)