Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed May 24, 2021
1 parent 0e36de0 commit 36563c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactSpa/src/components/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const SignIn = withRouter(({ history }) => {
</CheckBox>
</div>
<div className="mb-3">
<Button type="submit" lg primary>Sign In</Button>
<Button type="submit" lg primary>Login</Button>
<LinkButton href="/signup" lg outline-secondary className="ms-2">Register New User</LinkButton>
</div>
</form>
Expand Down

0 comments on commit 36563c6

Please sign in to comment.