mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 11:38:24 +00:00
Removed sort by release date
This commit is contained in:
parent
5fd783bf93
commit
b05634c45f
1 changed files with 0 additions and 1 deletions
|
@ -151,7 +151,6 @@ export default {
|
||||||
sortOrders: {
|
sortOrders: {
|
||||||
sortByName: 'fas fa-sort-alpha-down',
|
sortByName: 'fas fa-sort-alpha-down',
|
||||||
sortByRating: 'fas fa-star',
|
sortByRating: 'fas fa-star',
|
||||||
sortByReleaseDate: 'fas fa-calendar-alt',
|
|
||||||
sortByCustom: 'fas fa-user',
|
sortByCustom: 'fas fa-user',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue