Skip to content

Commit

Permalink
Time updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmendozaospina committed Dec 15, 2024
1 parent 7ff25cc commit 129aa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { select, selectAll, listen, formatCounter } from "./utils.js";
import data from "../data/word-bank.js";
import { saveScore } from "./modal-score.js";

const TOTAL_SECONDS = 20;
const TOTAL_SECONDS = 99;
const containerIntroObj = select('.container-intro');
const containerGameObj = select('.container-game');
const gameControlsObj = select('.game-controls');
Expand Down

0 comments on commit 129aa29

Please sign in to comment.