Update main.js
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user