0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

refactor(demo-app): remove "continue to explore" section

This commit is contained in:
Charles Zhao 2022-07-01 12:49:19 +08:00
parent 72f3a768a4
commit f9aba39c71
No known key found for this signature in database
GPG key ID: 4858774754C92DF2
2 changed files with 1 additions and 13 deletions

View file

@ -14,13 +14,13 @@
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center;
align-items: center; align-items: center;
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
img { img {
margin-top: _.unit(25);
width: 120px; width: 120px;
height: 120px; height: 120px;
} }

View file

@ -80,18 +80,6 @@ const Main = () => {
> >
{t('sign_out')} {t('sign_out')}
</div> </div>
<div className={styles.continue}>
<div className={styles.hr} />
{t('continue_explore')}
<div className={styles.hr} />
</div>
<div className={styles.actions}>
<a href="#">{t('customize_sign_in_experience')}</a>
<span />
<a href="#">{t('enable_passwordless')}</a>
<span />
<a href="#">{t('add_social_connector')}</a>
</div>
</div> </div>
</div> </div>
); );