We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e36de0 commit 36563c6Copy full SHA for 36563c6
1 file changed
ReactSpa/src/components/SignIn.tsx
@@ -74,7 +74,7 @@ export const SignIn = withRouter(({ history }) => {
74
</CheckBox>
75
</div>
76
<div className="mb-3">
77
- <Button type="submit" lg primary>Sign In</Button>
+ <Button type="submit" lg primary>Login</Button>
78
<LinkButton href="/signup" lg outline-secondary className="ms-2">Register New User</LinkButton>
79
80
</form>
0 commit comments