From cbf3fdcee4ca0039089a657a0da035a21ffd694d Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 30 May 2024 18:49:43 +0530 Subject: [PATCH] chore: workspace active cycle header alignment (#331) Co-authored-by: sriram veeraghanta --- web/components/active-cycles/project-title.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/active-cycles/project-title.tsx b/web/components/active-cycles/project-title.tsx index 676f0b0384..874e52ba2a 100644 --- a/web/components/active-cycles/project-title.tsx +++ b/web/components/active-cycles/project-title.tsx @@ -11,7 +11,7 @@ export type ActiveCyclesProjectTitleProps = { export const ActiveCyclesProjectTitle: FC = (props) => { const { project } = props; return ( -
+
{project?.logo_props && }

{project?.name}