We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8fccb commit a32b52cCopy full SHA for a32b52c
src/pageLayout/constants/navigationHierarchy.ts
@@ -202,6 +202,16 @@ export const generateNavItems = (): NavItem[] => {
202
link: `/operator`,
203
activeKeywords: ['operator'],
204
},
205
+ {
206
+ id: 'support',
207
+ testID: 'nav-item-support',
208
+ icon: IconFont.QuestionMark_New,
209
+ label: 'Help & Support',
210
+ shortLabel: 'Support',
211
+ link: '',
212
+ activeKeywords: [''],
213
+ enabled: () => isFlagEnabled('helpBar'),
214
+ },
215
]
216
217
navItems = navItems.filter(item => {
0 commit comments