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:
parent
72f3a768a4
commit
f9aba39c71
2 changed files with 1 additions and 13 deletions
|
@ -14,13 +14,13 @@
|
|||
transform: translate(-50%, -50%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
|
||||
img {
|
||||
margin-top: _.unit(25);
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
|
|
|
@ -80,18 +80,6 @@ const Main = () => {
|
|||
>
|
||||
{t('sign_out')}
|
||||
</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>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue