Skip to content

Commit 1b970cb

Browse files
fix(TreeNav): change notebooks icon from pencil to notebook (#5888)
1 parent 9e1aa1c commit 1b970cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pageLayout/constants/navigationHierarchy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export const generateNavItems = (): NavItem[] => {
113113
{
114114
id: 'flows',
115115
testID: 'nav-item-flows',
116-
icon: IconFont.Pencil,
116+
icon: IconFont.BookCode,
117117
label: PROJECT_NAME_PLURAL,
118118
shortLabel: PROJECT_NAME_SHORT,
119119
link: `${orgPrefix}/${PROJECT_NAME_PLURAL.toLowerCase()}`,

0 commit comments

Comments
 (0)