mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Lint
This commit is contained in:
parent
81d4339f2d
commit
b3bfd73105
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ const StreamingServerWarning = ({ className }) => {
|
|||
return (
|
||||
<div className={classnames(className, styles['warning-container'])}>
|
||||
<div className={styles['warning-statement']}>{ t('SETTINGS_SERVER_UNAVAILABLE') }</div>
|
||||
<a href="https://www.stremio.com/download-service" target="_blank">
|
||||
<a href="https://www.stremio.com/download-service" target="_blank" rel="noreferrer">
|
||||
<Button className={styles['warning-button']} title={t('SERVICE_INSTALL')} tabIndex={-1}>
|
||||
<div className={styles['warning-label']}>{ t('SERVICE_INSTALL') }</div>
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue