File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export default class Header extends React.Component {
45
45
< Media query = "(max-width: 1099px)" >
46
46
< div className = { styles [ 'hamburger-wrapper' ] } >
47
47
< HamburgerButton onClick = { ( ) => {
48
- props . sidebarToggle ( ) ;
48
+ this . props . sidebarToggle ( ) ;
49
49
} } />
50
50
</ div >
51
51
</ Media >
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ const headerNavData = {
7
7
{ label : 'Blog' , url : 'http://blog.back4app.com/' } ,
8
8
] ,
9
9
dropdownItems : [
10
- { label : 'Parse Server ' , url :'/product/parse-server ' } ,
11
- { label : 'Add-ons ' , url :'/product/addons ' } ,
12
- { label : 'Hosting ' , url :'/product/hosting ' } ,
13
- { label : 'Push Notifications ' , url :'/product/push-notifications ' }
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
+ { label : 'Edit Email ' , url :'https://dashboard.back4app.com/email/change ' } ,
13
+ { label : 'Sign Out ' , url :'https://dashboard.back4app.com/logout ' }
14
14
]
15
15
}
16
16
You can’t perform that action at this time.
0 commit comments