diff --git a/apps/app/components/breadcrumbs/index.tsx b/apps/app/components/breadcrumbs/index.tsx index c561514fa..0a2d36e1f 100644 --- a/apps/app/components/breadcrumbs/index.tsx +++ b/apps/app/components/breadcrumbs/index.tsx @@ -14,12 +14,13 @@ const Breadcrumbs = ({ children }: BreadcrumbsProps) => { return ( <>
-
router.back()} > -
+ {children}
@@ -44,7 +45,7 @@ const BreadcrumbItem: React.FC = ({ title, link, icon }) => ) : ( -
+

{icon} {title} diff --git a/apps/app/components/cycles/sidebar.tsx b/apps/app/components/cycles/sidebar.tsx index d45e72358..44e89604d 100644 --- a/apps/app/components/cycles/sidebar.tsx +++ b/apps/app/components/cycles/sidebar.tsx @@ -150,7 +150,7 @@ export const CycleDetailsSidebar: React.FC = ({ cycle, isOpen, cycleStatu {cycle ? ( <>

-
+
= ({ cycle, isOpen, cycleStatu
) : ( - +
diff --git a/apps/app/components/issues/description-form.tsx b/apps/app/components/issues/description-form.tsx index f91b10f79..a4ba631e8 100644 --- a/apps/app/components/issues/description-form.tsx +++ b/apps/app/components/issues/description-form.tsx @@ -88,7 +88,7 @@ export const IssueDescriptionForm: FC = ({ const isNotAllowed = userAuth.isGuest || userAuth.isViewer; return ( -
+