chore: placeholder is updated for signup name (#1069)

This commit is contained in:
palash-signoz 2022-05-04 18:06:25 +05:30 committed by GitHub
parent 11eb1e4f72
commit c23f97c3d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,7 @@ function SignUp({ version }: SignUpProps): JSX.Element {
<div>
<Label htmlFor="signupFirstName">First Name</Label>
<Input
placeholder="Mike"
placeholder="Your Name"
value={firstName}
onChange={(e): void => {
setState(e.target.value, setFirstName);