source code link added to settings

This commit is contained in:
nklhrstv 2020-02-12 09:00:01 +02:00
parent a49b8b3211
commit 28b4e19359

View file

@ -223,6 +223,11 @@ const Settings = () => {
<div className={styles['label']}>Contact support</div>
</Button>
</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']}>
<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>