Skip to content

Commit

Permalink
renamed img
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalverdes committed Feb 8, 2023
1 parent bcf4d95 commit a34c77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const categories = [
{"id": 196, "url":"zombie.webp", "alt": "zombie category", "category": "ZOMBIE", "sendTo": "/zombie"},
{"id": 204, "url":"turn-based.webp", "alt": "turn-based category", "category": "TURN-BASED", "sendTo": "/turn-based"},
{"id": 210, "url":"first-person.webp", "alt": "first-person category", "category": "FIRST-PERSON", "sendTo": "/first-person"},
{"id": 220, "url":"third-Person.webp", "alt": "third-Person category", "category": "THIRD-PERSON", "sendTo": "/third-Person"},
{"id": 220, "url":"third-person.webp", "alt": "third-Person category", "category": "THIRD-PERSON", "sendTo": "/third-person"},
{"id": 222, "url":"top-down.webp", "alt": "top-down category", "category": "TOP-DOWN", "sendTo": "/top-down"},
{"id": 229, "url":"tank.webp", "alt": "tank category", "category": "TANK", "sendTo": "/tank"},
{"id": 239, "url":"space.webp", "alt": "space category", "category": "SPACE", "sendTo": "/space"},
Expand Down

1 comment on commit a34c77a

@vercel
Copy link

@vercel vercel bot commented on a34c77a Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gamenext – ./

gamenext-eight.vercel.app
gamenext-tvalverdes.vercel.app
gamenext-git-master-tvalverdes.vercel.app

Please sign in to comment.