File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
apps/web/ce/components/projects/settings/intake Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11import { useState } from "react" ;
22import { observer } from "mobx-react" ;
33import { useParams } from "next/navigation" ;
4- import { InboxIcon , RefreshCcw } from "lucide-react" ;
4+ import { RefreshCcw } from "lucide-react" ;
55// ui
66import { EUserPermissions , EUserPermissionsLevel } from "@plane/constants" ;
77import { useTranslation } from "@plane/i18n" ;
@@ -16,6 +16,7 @@ import { useProjectInbox } from "@/hooks/store/use-project-inbox";
1616import { useUserPermissions } from "@/hooks/store/user" ;
1717// plane web imports
1818import { CommonProjectBreadcrumbs } from "@/plane-web/components/breadcrumbs/common" ;
19+ import { IntakeIcon } from "@plane/propel/icons" ;
1920
2021export const ProjectInboxHeader = observer ( function ProjectInboxHeader ( ) {
2122 // states
@@ -46,7 +47,7 @@ export const ProjectInboxHeader = observer(function ProjectInboxHeader() {
4647 < BreadcrumbLink
4748 label = "Intake"
4849 href = { `/${ workspaceSlug } /projects/${ projectId } /intake/` }
49- icon = { < InboxIcon className = "h-4 w-4 text-custom-text-300" /> }
50+ icon = { < IntakeIcon className = "h-4 w-4 text-custom-text-300" /> }
5051 isLast
5152 />
5253 }
You can’t perform that action at this time.
0 commit comments