Skip to content

Commit 5204ca9

Browse files
committed
Fix header My Apps link
1 parent 4a25c69 commit 5204ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/back4App/Header/headerNavData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const headerNavData = {
22
items: [
3-
{label: 'My Apps', pathname: '/apps'},
3+
{label: 'My Apps', url: 'https://dashboard.back4app.com/apps/#!/admin'},
44
{label: 'Dashboard', url: 'https://dashboard.back4app.com/'},
55
{label: 'Docs', url: 'http://docs.back4app.com/'},
66
{label: 'Community', url: 'https://groups.google.com/forum/#!forum/back4app'},

0 commit comments

Comments
 (0)