Skip to content

Commit

Permalink
feat: update suggestion chip text to more topical phrases/questions
Browse files Browse the repository at this point in the history
  • Loading branch information
egargan-ft committed Oct 4, 2023
1 parent ced2a41 commit 452c2c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CustomSuggestionList extends BaseRenderer {
renderDefaultSuggestionsChips() {
return `
<div class="enhanced-search__default-results">
${['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('')}
</div>`
Expand Down

0 comments on commit 452c2c8

Please sign in to comment.