Skip to content

Commit cb5fbd1

Browse files
committed
Changes
1 parent 1bc0c3e commit cb5fbd1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/components/back4App/Header/headerNavData.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ const headerNavData = {
44
{label: 'Dashboard', url: 'https://parse-dashboard.back4app.com/'},
55
{label: 'Docs', url: 'http://docs.back4app.com/'},
66
{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/'}
88
],
99
dropdownItems: [
1010
{label: 'Account Keys', url:'https://dashboard.back4app.com/classic#/wizard/account-key'},
11-
{label: 'Edit Password', url:'https://dashboard.back4app.com/password/change'},
1211
{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'}
1413
]
1514
}
1615

src/components/back4App/Sidebar/Sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $sidebar-scroll-color: #e0e5e8;
8181

8282
.menu-item {
8383
padding-left: 30px;
84-
margin-bottom: 11px;
84+
margin-bottom: 9px;
8585

8686
.menu-item-header {
8787
i {

0 commit comments

Comments
 (0)