Skip to content

Commit 07aad7a

Browse files
authored
Update thenletsmakevdaypancakes.html
1 parent af1d1bc commit 07aad7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thenletsmakevdaypancakes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
</div>
3636
</div>
3737

38-
<div style="position: absolute; top: 126px; left: 103px;" class="timer" id="timer">3:00</div>
38+
<div style="position: absolute; top: 126px; left: 103px;" class="timer" id="timer">1:00</div>
3939

4040
<script>
41-
let timeLeft = 180; // 3 minutes in seconds
41+
let timeLeft = 60; // 3 minutes in seconds
4242
let timerInterval;
4343

4444
function startTimer() {

0 commit comments

Comments
 (0)