Skip to content

Commit

Permalink
444
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjaqbek committed Jul 17, 2024
1 parent 96dc892 commit b550cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Instructions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const Instructions: React.FC<InstructionsProps> = ({ onStartGame }) => {
<li>Click on the car image to move forward.</li><br></br>
<li>Every 10 clicks will reveal the gear that disables clicking on the car.</li><br></br>
<li>Click on the gear image to activate further car clicks.</li><br></br>
<li>Your goal is to reach 69 clicks as fast as possible111</li><br></br>
<li>Your goal is to reach 69 clicks as fast as possible2</li><br></br>
</ol>
<StyledButton onClick={handleCloseModal}>Close</StyledButton>
</div>
Expand Down

0 comments on commit b550cb8

Please sign in to comment.