We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a9f15 commit 637b08cCopy full SHA for 637b08c
1 file changed
js/games.js
@@ -110,7 +110,7 @@ const games = [
110
},
111
{
112
"name": "Big Tower Tiny Square",
113
- "img": "img/cover-art/big_tower_tiny_square",
+ "img": "img/cover-art/big_tower_tiny_square.png",
114
"link": "games/btts/index.html",
115
"classes": "all"
116
@@ -182,7 +182,7 @@ const games = [
182
183
184
"name": "Chess",
185
- "img": "img/cover-art/chess.jpg",
+ "img": "img/cover-art/chess.png",
186
"link": "/games/chess/",
187
"classes": "all new multi"
188
@@ -206,13 +206,13 @@ const games = [
206
207
208
"name": "Clicker Heroes",
209
- "img": "img/cover-art/clicker_heroes.jpg",
+ "img": "img/cover-art/clicker_heroes.png",
210
"link": "/games/clickerheroes/",
211
"classes": "all new"
212
213
214
"name": "Cookie Clicker",
215
- "img": "img/cookie_clicker.jpg",
+ "img": "img/cookie_clicker.png",
216
"link": "games/cookie-clicker/",
217
218
0 commit comments