Skip to content

Commit 637b08c

Browse files
Update games.js
1 parent b5a9f15 commit 637b08c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

js/games.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const games = [
110110
},
111111
{
112112
"name": "Big Tower Tiny Square",
113-
"img": "img/cover-art/big_tower_tiny_square",
113+
"img": "img/cover-art/big_tower_tiny_square.png",
114114
"link": "games/btts/index.html",
115115
"classes": "all"
116116
},
@@ -182,7 +182,7 @@ const games = [
182182
},
183183
{
184184
"name": "Chess",
185-
"img": "img/cover-art/chess.jpg",
185+
"img": "img/cover-art/chess.png",
186186
"link": "/games/chess/",
187187
"classes": "all new multi"
188188
},
@@ -206,13 +206,13 @@ const games = [
206206
},
207207
{
208208
"name": "Clicker Heroes",
209-
"img": "img/cover-art/clicker_heroes.jpg",
209+
"img": "img/cover-art/clicker_heroes.png",
210210
"link": "/games/clickerheroes/",
211211
"classes": "all new"
212212
},
213213
{
214214
"name": "Cookie Clicker",
215-
"img": "img/cookie_clicker.jpg",
215+
"img": "img/cookie_clicker.png",
216216
"link": "games/cookie-clicker/",
217217
"classes": "all"
218218
},

0 commit comments

Comments
 (0)