Updated placeholder text in Search text input

• Updated:
- placeholder text in Search text input
This commit is contained in:
mgabdev 2020-10-29 23:31:01 -05:00
parent c3cb3a5361
commit f5017a07c4

@ -110,7 +110,7 @@ class Search extends React.PureComponent {
})
const prependIconColor = (highlighted || !isInNav) ? 'brand' : 'white'
const placeholder = !me ? 'Search Gab' : 'Search for people, groups or news'
const placeholder = !me ? 'Search Gab' : 'Search for people, groups or gabs'
const id = 'nav-search'
return (