Skip to content

Commit

Permalink
fix(user): link error
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed May 14, 2020
1 parent 737904a commit cffd508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/pages-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const MENU_ITEMS: NbMenuItem[] = [
{
title: 'Add User',
icon: 'plus-square-outline',
link: 'user',
link: 'user/add',
},
{
title: 'Edit User',
Expand Down

0 comments on commit cffd508

Please sign in to comment.