diff --git a/apps/web/core/components/workspace-notifications/sidebar/header/root.tsx b/apps/web/core/components/workspace-notifications/sidebar/header/root.tsx index 29d7c186f53..e9be24217c3 100644 --- a/apps/web/core/components/workspace-notifications/sidebar/header/root.tsx +++ b/apps/web/core/components/workspace-notifications/sidebar/header/root.tsx @@ -1,8 +1,11 @@ import { observer } from "mobx-react"; +import Link from "next/link"; // plane imports import { useTranslation } from "@plane/i18n"; -import { InboxIcon } from "@plane/propel/icons"; +import { getButtonStyling } from "@plane/propel/button"; +import { ChevronLeftIcon, InboxIcon } from "@plane/propel/icons"; import { Breadcrumbs, Header } from "@plane/ui"; +import { cn } from "@plane/utils"; // components import { BreadcrumbLink } from "@/components/common/breadcrumb-link"; // local imports @@ -22,17 +25,28 @@ export const NotificationSidebarHeader = observer(function NotificationSidebarHe return (
- - } - disableTooltip - /> - } - /> - +
+ + + + + } + disableTooltip + /> + } + /> + +