mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-09 12:21:13 +00:00
fix(Search): wrong icon name for actors
This commit is contained in:
parent
f1983881ac
commit
7100eb38ac
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const Search = ({ queryParams }) => {
|
|||
<div className={styles['label']}>{ t('SEARCH_EXPLANATION_CONTENT') }</div>
|
||||
</div>
|
||||
<div className={styles['search-hint-container']}>
|
||||
<Icon className={styles['icon']} name={'actor'} />
|
||||
<Icon className={styles['icon']} name={'actors'} />
|
||||
<div className={styles['label']}>{ t('SEARCH_EXPLANATION_PEOPLE') }</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue