From a8856516bd3d761061ee63098cc0d6b0a1109a1c Mon Sep 17 00:00:00 2001 From: Pranav Date: Fri, 4 Aug 2023 20:11:49 +0530 Subject: [PATCH] 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 --- .ergomake/docker-compose.yml | 1 - front/src/AppNavbar.tsx | 6 +++--- front/src/modules/ui/icon/index.ts | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ergomake/docker-compose.yml b/.ergomake/docker-compose.yml index f657ad711c..af4691645d 100644 --- a/.ergomake/docker-compose.yml +++ b/.ergomake/docker-compose.yml @@ -33,4 +33,3 @@ services: POSTGRES_PASSWORD: postgrespassword ports: - "5432" - diff --git a/front/src/AppNavbar.tsx b/front/src/AppNavbar.tsx index 0b6f09bc4a..5a38eb9b42 100644 --- a/front/src/AppNavbar.tsx +++ b/front/src/AppNavbar.tsx @@ -4,9 +4,9 @@ import { useTheme } from '@emotion/react'; import { useCommandMenu } from '@/command-menu/hooks/useCommandMenu'; import { SettingsNavbar } from '@/settings/components/SettingsNavbar'; import { + IconBell, IconBuildingSkyscraper, IconCheckbox, - IconInbox, IconSearch, IconSettings, IconTargetArrow, @@ -36,9 +36,9 @@ export function AppNavbar() { }} /> } + icon={} soon={true} />