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}