Skip to content

Commit

Permalink
Move manual link
Browse files Browse the repository at this point in the history
  • Loading branch information
askask committed Jun 10, 2024
1 parent 9738af7 commit 9d0fea8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/app/core/constants/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,15 @@ export const mainNavItems: INavItem[] = [
],
},
]
export const mainNavItemsExternal: INavItem[] = [
export const mainNavItemsExternal: INavItem[] = []

export const secondaryNavItemsLoggedIn: INavItem[] = [
{
icon: 'book-open',
translationKey: 'NAVIGATION.USER_MANUAL',
id: USERMANUAL,
isExternal: true,
},
]

export const secondaryNavItemsLoggedIn: INavItem[] = [
{
routeTo: 'profile',
icon: 'user-circle',
Expand Down

0 comments on commit 9d0fea8

Please sign in to comment.