File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ const headerNavData = {
4
4
{ label : 'Dashboard' , url : 'https://parse-dashboard.back4app.com/' } ,
5
5
{ label : 'Docs' , url : 'http://docs.back4app.com/' } ,
6
6
{ label : 'Community' , url : 'https://groups.google.com/forum/#!forum/back4app' } ,
7
- { label : 'Blog' , url : 'http://blog.back4app.com/' } ,
7
+ { label : 'Blog' , url : 'http://blog.back4app.com/' }
8
8
] ,
9
9
dropdownItems : [
10
10
{ label : 'Account Keys' , url :'https://dashboard.back4app.com/classic#/wizard/account-key' } ,
11
- { label : 'Edit Password' , url :'https://dashboard.back4app.com/password/change' } ,
12
11
{ label : 'Edit Email' , url :'https://dashboard.back4app.com/email/change' } ,
13
- { label : 'Sign Out ' , url :'https://dashboard.back4app.com/logout ' }
12
+ { label : 'Edit Password ' , url :'https://dashboard.back4app.com/password/change ' }
14
13
]
15
14
}
16
15
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ $sidebar-scroll-color: #e0e5e8;
81
81
82
82
.menu-item {
83
83
padding-left : 30px ;
84
- margin-bottom : 11 px ;
84
+ margin-bottom : 9 px ;
85
85
86
86
.menu-item-header {
87
87
i {
You can’t perform that action at this time.
0 commit comments