Skip to content

Commit

Permalink
Update index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedrangel committed Oct 13, 2023
1 parent abe1625 commit 29b5886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export default {
return tracks.sort((a, b) => new Date(b.date) - new Date(a.date))[0];
},
indexTracks () {
return tracks.sort((a, b) => new Date(b.date) - new Date(a.date)).slice(0, 11);
return tracks.sort((a, b) => new Date(b.date) - new Date(a.date)).slice(0, 12);
}
},
created () {
Expand Down

0 comments on commit 29b5886

Please sign in to comment.