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