Skip to content

Commit d9ea119

Browse files
[WEB-5589] chore: intake icon updated #8249
1 parent d34c7f9 commit d9ea119

File tree

1 file changed

+3
-2
lines changed
  • apps/web/ce/components/projects/settings/intake

1 file changed

+3
-2
lines changed

apps/web/ce/components/projects/settings/intake/header.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useState } from "react";
22
import { observer } from "mobx-react";
33
import { useParams } from "next/navigation";
4-
import { InboxIcon, RefreshCcw } from "lucide-react";
4+
import { RefreshCcw } from "lucide-react";
55
// ui
66
import { EUserPermissions, EUserPermissionsLevel } from "@plane/constants";
77
import { useTranslation } from "@plane/i18n";
@@ -16,6 +16,7 @@ import { useProjectInbox } from "@/hooks/store/use-project-inbox";
1616
import { useUserPermissions } from "@/hooks/store/user";
1717
// plane web imports
1818
import { CommonProjectBreadcrumbs } from "@/plane-web/components/breadcrumbs/common";
19+
import { IntakeIcon } from "@plane/propel/icons";
1920

2021
export 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
}

0 commit comments

Comments
 (0)