Skip to content

Commit

Permalink
change text
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad committed May 14, 2024
1 parent c773bda commit 8c3f83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/presentational/newUserForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const NewUserForm = (props) => {
className="form-check-in-submit"
onClick={(e) => props.checkInNewUser(e)}
>
{props.newMember ? 'CREATE A NEW PROFILE' : 'CHECK IN'}
{props.newMember ? 'CREATE PROFILE' : 'CHECK IN'}
</button>
</div>
</div>
Expand Down

0 comments on commit 8c3f83d

Please sign in to comment.