Skip to content

Commit

Permalink
remove code that is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkrossbach committed Aug 28, 2023
1 parent e1c415f commit baf2942
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/app/core/constants/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,11 @@ export const mainNavItems: INavItem[] = [
icon: 'book-open',
translationKey: 'NAVIGATION.USER_MANUAL',
},
/*
{
routeTo: 'health-check',
icon: 'file-waveform',
translationKey: 'NAVIGATION.HEALTH_CHECK',
isExternal: true,
}, */
]
export const mainNavItemsExternal: INavItem[] = [
/* {
/*
preparaion for user manual if available
{
icon: 'book-open',
translationKey: 'NAVIGATION.USER_MANUAL',
id: USERMANUAL,
Expand Down

0 comments on commit baf2942

Please sign in to comment.