mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-30 01:42:01 +08:00
chore: placeholder is updated for signup name (#1069)
This commit is contained in:
parent
11eb1e4f72
commit
c23f97c3d0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user