Update main.js

This commit is contained in:
Cobalt-60
2023-12-05 20:26:16 -05:00
committed by GitHub
parent 5277da8fc8
commit 39b7a4d175
+1 -1
View File
@@ -39,7 +39,7 @@ if (window.self === window.top) {
if (location.pathname === '/') {
fetch('/assets/JSON/games.json').then(res => res.json()).then(games => {
const gameName = 'GunSpin';
const gameName = 'Tiny Fishing';
const game = games.filter(g => g.name === gameName)[0];
document.querySelector('.featuredimg').addEventListener('click', () => {