Skip to content

Commit

Permalink
Update RoomOne.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Averyberryman authored Oct 20, 2023
1 parent ab117aa commit d3ad54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RoomOne/RoomOne.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default function RoomOne() {
isDisabled.puzzleOne ? "disabled" : "active"
}`}
onClick={handleDeskCompClick}
tabIndex={isDisabled.puzzleOne ? -1 : 0}
tabIndex={0}
>
<img className="desk-comp" src={deskComp} alt="desk" />
</button>
Expand Down

0 comments on commit d3ad54a

Please sign in to comment.