Skip to content

Commit 99f78c8

Browse files
committed
fix(docs): preserve current aiTransport ProductTile copy
Vendored ProductTile data came from 18.1.0, which had reworded the AI Transport description. Revert to docs' current (17.14.0) wording to keep the migration behaviour-preserving; adopting the newer copy is a separate marketing call. Refs: DX-1128
1 parent 7414cec commit 99f78c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/ui/ProductTile

src/components/ui/ProductTile/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const products: Products = {
3333
},
3434
aiTransport: {
3535
label: 'AI Transport',
36-
description: 'A drop-in infrastructure layer for a durable AI UX.',
36+
description: 'Drop-in realtime continuity for Gen-2 AI experiences.',
3737
icon: 'icon-product-ai-transport-mono',
3838
hoverIcon: 'icon-product-ai-transport',
3939
},

0 commit comments

Comments
 (0)