mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-28 21:18:47 +00:00
refactor(Calendar): make placeholder login button go to the login form
This commit is contained in:
parent
2d9f3fa6ac
commit
59d490c879
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const Placeholder = () => {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<Button className={styles['button']} href={'#/intro'}>
|
||||
<Button className={styles['button']} href={'#/intro?form=login'}>
|
||||
{t('LOG_IN')}
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue