mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
source code link added to settings
This commit is contained in:
parent
a49b8b3211
commit
28b4e19359
1 changed files with 5 additions and 0 deletions
|
|
@ -223,6 +223,11 @@ const Settings = () => {
|
||||||
<div className={styles['label']}>Contact support</div>
|
<div className={styles['label']}>Contact support</div>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
<div className={styles['option-container']}>
|
||||||
|
<Button className={classnames(styles['option-input-container'], styles['link-container'])} title={'Source code'} target={'_blank'} href={'https://github.com/stremio/stremio-web'}>
|
||||||
|
<div className={styles['label']}>Source code</div>
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
<div className={styles['option-container']}>
|
<div className={styles['option-container']}>
|
||||||
<Button className={classnames(styles['option-input-container'], styles['link-container'])} title={'Terms of Service'} target={'_blank'} href={'https://www.stremio.com/tos'}>
|
<Button className={classnames(styles['option-input-container'], styles['link-container'])} title={'Terms of Service'} target={'_blank'} href={'https://www.stremio.com/tos'}>
|
||||||
<div className={styles['label']}>Terms of Service</div>
|
<div className={styles['label']}>Terms of Service</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue