[WEB-1730] chore: project intake (#5140)
* chore: intake icon added * chore: project inbox updated to intake in app sidebar and feature settings * chore: intake icon added * chore: project intake * chore: project intake empty state asset updated
This commit is contained in:
parent
cd85a9fe09
commit
e4d6e5e1af
31 changed files with 56 additions and 27 deletions
|
|
@ -5,7 +5,7 @@ import { observer } from "mobx-react";
|
|||
import { useParams } from "next/navigation";
|
||||
import { RefreshCcw } from "lucide-react";
|
||||
// ui
|
||||
import { Breadcrumbs, Button, LayersIcon } from "@plane/ui";
|
||||
import { Breadcrumbs, Button, Intake } from "@plane/ui";
|
||||
// components
|
||||
import { BreadcrumbLink, Logo } from "@/components/common";
|
||||
import { InboxIssueCreateEditModalRoot } from "@/components/inbox";
|
||||
|
|
@ -45,7 +45,7 @@ export const ProjectInboxHeader: FC = observer(() => {
|
|||
|
||||
<Breadcrumbs.BreadcrumbItem
|
||||
type="text"
|
||||
link={<BreadcrumbLink label="Inbox" icon={<LayersIcon className="h-4 w-4 text-custom-text-300" />} />}
|
||||
link={<BreadcrumbLink label="Intake" icon={<Intake className="h-4 w-4 text-custom-text-300" />} />}
|
||||
/>
|
||||
</Breadcrumbs>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue