mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-26 06:06:09 +00:00
Home: Set sort order same as Nav for home cards
This commit is contained in:
parent
773f92c809
commit
fa0153288f
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@ module.exports = fs.readdirSync(dir)
|
|||
return file
|
||||
})
|
||||
.sort((a, b) => sortAbc(a.title, b.title))
|
||||
.sort((a, b) => sortInv(a.weight, b.weight))
|
||||
.sort((b, a) => sortInv(a.weight, b.weight))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue