From 452c2c8073717d9185f9d8aeef3dd94a8bf19796 Mon Sep 17 00:00:00 2001 From: Ed Gargan Date: Wed, 4 Oct 2023 16:26:26 +0100 Subject: [PATCH] feat: update suggestion chip text to more topical phrases/questions --- packages/dotcom-ui-header/src/enhanced-search/customList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dotcom-ui-header/src/enhanced-search/customList.js b/packages/dotcom-ui-header/src/enhanced-search/customList.js index 568f8305d..3854301ed 100644 --- a/packages/dotcom-ui-header/src/enhanced-search/customList.js +++ b/packages/dotcom-ui-header/src/enhanced-search/customList.js @@ -30,7 +30,7 @@ class CustomSuggestionList extends BaseRenderer { renderDefaultSuggestionsChips() { return `
- ${['Will Trump win the next election?', 'Investing in AI', 'Ukraine counteroffensive'] + ${['Western support for Ukraine', 'How will AI be regulated?', 'UK inflation versus world'] .map(this.renderSuggestionChip) .join('')}
`