Update main.js

This commit is contained in:
Cobalt-60
2023-09-12 20:31:10 -04:00
committed by GitHub
parent 4edb79584c
commit f38caecd92
+1 -1
View File
@@ -137,7 +137,7 @@ if (location.pathname === '/') {
fetch('/assets/JSON/games.json')
.then(res => res.json())
.then(games => {
const randomID = 35; // :3
const randomID = 34; // :3
const game = games[randomID];
document.querySelector('.featuredimg').addEventListener('click', function () {