mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
VideosList search placeholder fixed
This commit is contained in:
parent
a1c36e8419
commit
eb3b4386d1
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ const VideosList = ({ className, metaResource }) => {
|
||||||
<TextInput
|
<TextInput
|
||||||
className={styles['search-input']}
|
className={styles['search-input']}
|
||||||
type={'text'}
|
type={'text'}
|
||||||
placeholder={'Search addons'}
|
placeholder={'Search videos'}
|
||||||
value={search}
|
value={search}
|
||||||
onChange={searchInputOnChange}
|
onChange={searchInputOnChange}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue