mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
title added to search bar
This commit is contained in:
parent
4ef627f306
commit
92c7fd8c59
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ const VideosList = ({ className, metaResource }) => {
|
|||
:
|
||||
null
|
||||
}
|
||||
<label className={styles['search-bar-container']}>
|
||||
<label title={'Search videos'} className={styles['search-bar-container']}>
|
||||
<TextInput
|
||||
className={styles['search-input']}
|
||||
type={'text'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue