Skip to content

Commit 6bc8f7c

Browse files
committed
Changed Portal Hub icon
1 parent 6df5d8e commit 6bc8f7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/lib/navigation/mainNavigation.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {
55
IconFlag,
66
IconFolderSearch,
77
IconLifebuoy,
8+
IconMessage2Plus,
89
IconPackage,
910
IconPhoneCheck,
1011
IconSettings,
@@ -77,7 +78,7 @@ export const mainNavItems = [
7778
},
7879
{
7980
id: 'portal-hub',
80-
icon: IconLifebuoy,
81+
icon: IconMessage2Plus,
8182
labelKey: 'nav.portalHub',
8283
href: '/channels',
8384
activeViews: ['hub', 'hub-inbox', 'channels'],

0 commit comments

Comments
 (0)