mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
alt added to Image
This commit is contained in:
parent
9f9db380e9
commit
2f5d775892
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ const Intro = ({ queryParams }) => {
|
|||
<div className={styles['intro-container']}>
|
||||
<div className={styles['form-container']}>
|
||||
<div className={styles['logo-container']}>
|
||||
<Image className={styles['logo']} src={'/images/stremio_symbol.png'} />
|
||||
<Image className={styles['logo']} src={'/images/stremio_symbol.png'} alt={' '} />
|
||||
<Icon className={styles['name']} icon={'ic_stremio'} />
|
||||
</div>
|
||||
<Button className={classnames(styles['form-button'], styles['facebook-button'])} onClick={loginWithFacebook}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue