Skip to content

Commit

Permalink
Merge pull request #90 from RENCI/update/free-search-message
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl authored Mar 20, 2024
2 parents 5e2c077 + 663870e commit 554fbfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/news/autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,10 @@ const TagSelectorFreeSearchPreview = ({ inputValue, setValue }) => {
return (
<TagSelectorGroup label="Custom filter">
<StyledOption onClick={() => { setValue(prev => [...prev, inputValue]) }}>
<Tag contents={`"${inputValue}"`} />
<span style={{ marginLeft: '8px' }}>
press <StyledKbd>enter</StyledKbd> or click to apply.
<span style={{ marginRight: '8px' }}>
Press <StyledKbd>enter</StyledKbd> to search titles with
</span>
<Tag contents={`"${inputValue}"`} />
</StyledOption>
</TagSelectorGroup>
)
Expand Down

0 comments on commit 554fbfe

Please sign in to comment.