"Search for another user" -> "Find another user"
copy was too long for the search field on some devices!
This commit is contained in:
parent
8a06ac7fb9
commit
429d7fd497
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ function UserSearchForm() {
|
|||
<Input
|
||||
value={query}
|
||||
onChange={(e) => setQuery(e.target.value)}
|
||||
placeholder="Search for another user…"
|
||||
placeholder="Find another user…"
|
||||
borderRadius="full"
|
||||
/>
|
||||
<InputRightElement>
|
||||
|
|
Loading…
Reference in a new issue