Skip to content

Commit

Permalink
fix(menu sort)
Browse files Browse the repository at this point in the history
  • Loading branch information
lv-z-l committed Sep 14, 2023
1 parent b035e2c commit 6eb8ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/algorithm/nav.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
navText: '算法',
sideText: ['数组相关', '排序', '链表相关', '字符串相关', '树相关', '其他'],
sideText: ['数组相关', '链表相关', '排序', '字符串相关', '树相关', '其他'],
sort: 4,
}

0 comments on commit 6eb8ff8

Please sign in to comment.