Skip to content

Commit

Permalink
refactor label htmlFor
Browse files Browse the repository at this point in the history
  • Loading branch information
day-lee committed Oct 12, 2024
1 parent 36c06fa commit 975cbff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plays/zoomlogin/components/Zoom/ZoomSignin.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function ZoomSignin({ helpHandle }) {
{isEmailFocused && (
<label
className="absolute text-slate-500 pt-1 pb-2 left-0 top-0 text-xs mb-1 px-2"
htmlFor="email"
htmlFor="zoomemail"
>
Email Address
</label>
Expand All @@ -210,7 +210,7 @@ function ZoomSignin({ helpHandle }) {
{isPasswordFocused && (
<label
className="absolute text-slate-500 pt-1 pb-2 left-0 top-0 text-xs mb-1 px-2"
htmlFor="email"
htmlFor="zoompassword"
>
Password
</label>
Expand Down

0 comments on commit 975cbff

Please sign in to comment.