Skip to content

Commit

Permalink
4698-Renamed to inbox (#4701)
Browse files Browse the repository at this point in the history
Renamed to inbox
  • Loading branch information
Kanav-Arora authored Mar 28, 2024
1 parent 3171d0c commit 00eee31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { useCommandMenu } from '@/command-menu/hooks/useCommandMenu';
import { Favorites } from '@/favorites/components/Favorites';
import { ObjectMetadataNavItems } from '@/object-metadata/components/ObjectMetadataNavItems';
import {
IconBell,
IconCheckbox,
IconInbox,
IconSearch,
IconSettings,
} from '@/ui/display/icon';
Expand Down Expand Up @@ -42,9 +42,9 @@ export const MainNavigationDrawerItems = () => {
keyboard={['⌘', 'K']}
/>
<NavigationDrawerItem
label="Notifications"
label="Inbox"
to="/inbox"
Icon={IconBell}
Icon={IconInbox}
soon
/>
<NavigationDrawerItem
Expand Down
1 change: 1 addition & 0 deletions packages/twenty-front/src/modules/ui/display/icon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export {
IconHeartOff,
IconHelpCircle,
IconHierarchy2,
IconInbox,
IconInfoCircle,
IconKey,
IconLanguage,
Expand Down

0 comments on commit 00eee31

Please sign in to comment.