refactor(Calendar): make placeholder login button go to the login form

This commit is contained in:
Tim 2024-10-03 08:56:52 +02:00
parent 2d9f3fa6ac
commit 59d490c879

View file

@ -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>