Skip to content

Commit

Permalink
[FIX] docs: input.label in SlotsSignIn (#4157)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Santos <[email protected]>
  • Loading branch information
djedu28 authored Sep 30, 2024
1 parent 4d33d35 commit dfea5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function CustomEmailField() {
return (
<TextField
id="input-with-icon-textfield"
label="Username"
label="Email"
name="email"
type="email"
size="small"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function CustomEmailField() {
return (
<TextField
id="input-with-icon-textfield"
label="Username"
label="Email"
name="email"
type="email"
size="small"
Expand Down

0 comments on commit dfea5a7

Please sign in to comment.