Merge pull request #229 from OpenSignLabs/staging

patch: typo fix
This commit is contained in:
Amol
2023-11-24 19:25:47 +05:30
committed by GitHub
+3 -3
View File
@@ -1183,17 +1183,17 @@ function Login(props) {
</div>
<div className="form-group">
<label
htmlFor="Destination"
htmlFor="JobTitle"
style={{ display: "flex" }}
className="col-form-label"
>
Destination{" "}
Job Title
<span style={{ fontSize: 13, color: "red" }}>*</span>
</label>
<input
type="text"
className="form-control"
id="Destination"
id="JobTitle"
value={userDetails.Destination}
onChange={(e) =>
setUserDetails({