Skip to content

Commit f4fb5d4

Browse files
V48 (impl-only): Refine Seller and Buyer mosaic chip labels
Use permitted source and synthesized pack on Seller's View, needs-fits scores on Buyer's View, and keep the Deposit pillar detail lines in sync.
1 parent c9db81b commit f4fb5d4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

uapi/components/marketing/MarketingLandingPillarCard/MarketingLandingPillarCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function MarketingLandingPillarCard({
107107
Proven on deposit
108108
</p>
109109
<p className="mt-1 text-[11px] leading-4 text-violet-100/72">
110-
source inclusions, obfuscations, and pack's contents
110+
permitted source, obfuscations, and synthesized pack
111111
</p>
112112
</div>
113113
</div>

uapi/components/marketing/MarketingLandingShared/MarketingLandingShared.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const previewRows = [
120120
},
121121
{
122122
key: "Seller's View",
123-
valueParts: ["source inclusions", 'obfuscations', "pack's contents"],
123+
valueParts: ['permitted source', 'obfuscations', 'synthesized pack'],
124124
bulletTone: 'purple' as PreviewValueTone,
125125
valueTones: {
126126
obfuscations: 'purple',
@@ -133,10 +133,10 @@ export const previewRows = [
133133
},
134134
{
135135
key: "Buyer's View",
136-
valueParts: ['measurements', 'fits-for-needs', 'knowledge volume'],
136+
valueParts: ['measurements', 'needs-fits scores', 'knowledge volume'],
137137
bulletTone: 'orange' as PreviewValueTone,
138138
valueTones: {
139-
'fits-for-needs': 'orange',
139+
'needs-fits scores': 'orange',
140140
} satisfies Partial<Record<string, PreviewValueTone>>,
141141
accentClassName: 'from-orange-400/18 via-amber-300/8 to-transparent',
142142
Icon: Squares2X2Icon,

0 commit comments

Comments
 (0)