Skip to content

Commit 143a6e0

Browse files
wip
1 parent 446f2f0 commit 143a6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function Home() {
44
useEffect(() => {
55
// Countdown functionality
66
let countdownElement = document.getElementById('countdown');
7-
let timeLeft = 10;
7+
let timeLeft = 30;
88

99
function updateCountdown() {
1010
countdownElement.textContent = timeLeft;

0 commit comments

Comments
 (0)