forked from Mirrors/gomuks
web/stickerpicker: fix word
This commit is contained in:
parent
70938b2319
commit
170e4cdae8
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ const StickerPicker = ({ style, onSelect, room }: MediaPickerProps) => {
|
||||||
onChange={onChangeQuery}
|
onChange={onChangeQuery}
|
||||||
value={query}
|
value={query}
|
||||||
type="search"
|
type="search"
|
||||||
placeholder="Search emojis"
|
placeholder="Search stickers"
|
||||||
/>
|
/>
|
||||||
<button onClick={clearQuery} disabled={query === ""}>
|
<button onClick={clearQuery} disabled={query === ""}>
|
||||||
{query !== "" ? <CloseIcon/> : <SearchIcon/>}
|
{query !== "" ? <CloseIcon/> : <SearchIcon/>}
|
||||||
|
|
Loading…
Add table
Reference in a new issue