mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-30 15:52:00 +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>
|
<div>
|
||||||
<Label htmlFor="signupFirstName">First Name</Label>
|
<Label htmlFor="signupFirstName">First Name</Label>
|
||||||
<Input
|
<Input
|
||||||
placeholder="Mike"
|
placeholder="Your Name"
|
||||||
value={firstName}
|
value={firstName}
|
||||||
onChange={(e): void => {
|
onChange={(e): void => {
|
||||||
setState(e.target.value, setFirstName);
|
setState(e.target.value, setFirstName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user