Skip to content

Commit 0fa099e

Browse files
committed
fix: typo of sign up button in Register component
1 parent 4a72227 commit 0fa099e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class Register extends React.Component {
9696
className="btn btn-lg btn-primary pull-xs-right"
9797
type="submit"
9898
disabled={this.props.inProgress}>
99-
Sign in
99+
Sign up
100100
</button>
101101

102102
</fieldset>

0 commit comments

Comments
 (0)