Fix #1059: Replace "Inbox" by "Notifications" in navigation (#1063)

* Fix #1038: Logout button should be change to gray

* Fix #1059: Replace Inbox by Notifications in navigation

* Fixed lint issues

* Fixed the import
This commit is contained in:
Pranav
2023-08-04 20:11:49 +05:30
committed by GitHub
parent c790cc5d0c
commit a8856516bd
3 changed files with 4 additions and 4 deletions

View File

@ -6,6 +6,7 @@ export { IconTrash } from '@tabler/icons-react';
export { IconLayoutSidebarRightCollapse } from '@tabler/icons-react';
export { IconLayoutSidebarLeftCollapse } from '@tabler/icons-react';
export { IconUser } from '@tabler/icons-react';
export { IconBell } from '@tabler/icons-react';
export { IconList } from '@tabler/icons-react';
export { IconInbox } from '@tabler/icons-react';
export { IconSearch } from '@tabler/icons-react';