Update main.js

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