Skip to content

Commit

Permalink
Merge pull request #1635 from bkmorgan3/change-btn-text
Browse files Browse the repository at this point in the history
Change btn text based on new user or not
  • Loading branch information
lcchrty authored May 14, 2024
2 parents 2647937 + 8c3f83d commit 29172a0
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)}
>
CHECK IN
{props.newMember ? 'CREATE PROFILE' : 'CHECK IN'}
</button>
</div>
</div>
Expand Down

0 comments on commit 29172a0

Please sign in to comment.