Skip to content

Commit 1705071

Browse files
committed
Update Resources icon size in navigation items
1 parent eca8331 commit 1705071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/navBar/navigationItems.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export const navigationItems = [
1616
{
1717
name: 'Resources',
1818
path: '/resources',
19-
icon: <BookOpen />,
19+
icon: <BookOpen size={20} />,
2020
},
2121
];

0 commit comments

Comments
 (0)