Skip to content

Commit

Permalink
Prototype: new Valorant map added
Browse files Browse the repository at this point in the history
  • Loading branch information
augustinhiebel committed Dec 6, 2023
1 parent a3ea5b6 commit 322196c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mock-data/data-stats-demo-valorant.js
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ export const StatsValorantDemoMaps = [
},
{
id: 0,
map: 11,
map: 13,
winpercent: 45.4,
wins: 67,
losses: 32,
Expand Down
5 changes: 5 additions & 0 deletions mock-data/data-stats-valorant.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ export const StatsValorantMaps = [
name: 'sunset',
picturePath: getImageUrl('map-sunset.jpg'),
},
{
id: 13,
name: 'drift',
picturePath: getImageUrl('map-drift.webp'),
},
];

export const StatsValorantRanks = [
Expand Down

0 comments on commit 322196c

Please sign in to comment.