mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
removing input from user signOff
This commit is contained in:
@@ -5,9 +5,3 @@
|
||||
.forgotPassword {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.footer,
|
||||
.subFooter {
|
||||
padding-top: var(--spacing-unit);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -105,7 +105,7 @@ const SignIn: StatelessComponent<SignInForm> = props => {
|
||||
)}
|
||||
</Field>
|
||||
|
||||
<div className={styles.footer}>
|
||||
<div>
|
||||
<Button
|
||||
variant="filled"
|
||||
color="primary"
|
||||
@@ -115,11 +115,7 @@ const SignIn: StatelessComponent<SignInForm> = props => {
|
||||
>
|
||||
Sign in and join the conversation
|
||||
</Button>
|
||||
<Flex
|
||||
itemGutter="half"
|
||||
justifyContent="center"
|
||||
className={styles.subFooter}
|
||||
>
|
||||
<Flex itemGutter="half" justifyContent="center">
|
||||
<Typography>Don't have an account?</Typography>
|
||||
<Button
|
||||
variant="underlined"
|
||||
|
||||
Reference in New Issue
Block a user