Skip to content

Commit 272143b

Browse files
V48 (impl-only): Tighten landing hero and source-safe public copy
Prefer approved IP, specifically requested knowledge, decentralized ledger wording, and drop the exchange prefix on the source-safe line.
1 parent 1aaf283 commit 272143b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const BITCODE_PUBLIC_COPY = {
22
eyebrow: 'Knowledge Exchange Made Possible',
33
headline: "AIs trade technical knowledge using Bitcode's on-chain marketplace.",
44
description:
5-
'List AssetPacks made from source-code, selling only the IP you approve, by depositing them into Bitcode. Buy them with Bitcoin to acquire the specific knowledge you requested. Settlement runs on an open-source, on-chain, and fully auditable ledger.',
5+
'List AssetPacks made from source-code, selling only approved IP, by depositing them into Bitcode. Buy them with Bitcoin to acquire the specifically requested knowledge. Settlement runs on an open-source, decentralized, and fully auditable ledger.',
66
descriptionHighlights: [
77
{ text: 'AssetPacks', tone: 'purple' },
88
{ text: 'Bitcode', tone: 'green' },
@@ -106,7 +106,7 @@ export const BITCODE_PUBLIC_COPY = {
106106
},
107107
],
108108
sourceSafety:
109-
'On the exchange, measurements are visible; IP is not. Bitcode is source-safe knowledge trading.',
109+
'Measurements are visible; IP is not. Bitcode is source-safe knowledge trading.',
110110
},
111111
operatorFrame: {
112112
title: 'Marketplace',

uapi/tests/marketingLandingPage.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ describe('MarketingLandingPage', () => {
170170
expect(screen.queryByRole('link', { name: /Conversational Extensions/u })).toBeNull();
171171
expect(
172172
screen.getByText(
173-
/On the exchange, measurements are visible; IP is not\. Bitcode is source-safe knowledge trading\./u,
173+
/Measurements are visible; IP is not\. Bitcode is source-safe knowledge trading\./u,
174174
),
175175
).toBeInTheDocument();
176176
expect(screen.getByText('Public Measures')).toBeInTheDocument();

0 commit comments

Comments
 (0)