File tree 2 files changed +4
-3
lines changed
packages/twenty-front/src/modules
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import { useCommandMenu } from '@/command-menu/hooks/useCommandMenu';
7
7
import { Favorites } from '@/favorites/components/Favorites' ;
8
8
import { ObjectMetadataNavItems } from '@/object-metadata/components/ObjectMetadataNavItems' ;
9
9
import {
10
- IconBell ,
11
10
IconCheckbox ,
11
+ IconInbox ,
12
12
IconSearch ,
13
13
IconSettings ,
14
14
} from '@/ui/display/icon' ;
@@ -42,9 +42,9 @@ export const MainNavigationDrawerItems = () => {
42
42
keyboard = { [ '⌘' , 'K' ] }
43
43
/>
44
44
< NavigationDrawerItem
45
- label = "Notifications "
45
+ label = "Inbox "
46
46
to = "/inbox"
47
- Icon = { IconBell }
47
+ Icon = { IconInbox }
48
48
soon
49
49
/>
50
50
< NavigationDrawerItem
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ export {
79
79
IconHeartOff ,
80
80
IconHelpCircle ,
81
81
IconHierarchy2 ,
82
+ IconInbox ,
82
83
IconInfoCircle ,
83
84
IconKey ,
84
85
IconLanguage ,
You can’t perform that action at this time.
0 commit comments