fix(store): change default order of navbar
This commit is contained in:
parent
2cf05adf22
commit
b10ea1b79f
1 changed files with 2 additions and 1 deletions
|
@ -145,8 +145,9 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||||
'announcements',
|
'announcements',
|
||||||
'search',
|
'search',
|
||||||
'-',
|
'-',
|
||||||
'support',
|
|
||||||
'ui',
|
'ui',
|
||||||
|
'-',
|
||||||
|
'support',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
visibility: {
|
visibility: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue