mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
chore: workspace active cycle header alignment (#331)
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
committed by
GitHub
parent
56ac46c10f
commit
cbf3fdcee4
@@ -11,7 +11,7 @@ export type ActiveCyclesProjectTitleProps = {
|
||||
export const ActiveCyclesProjectTitle: FC<ActiveCyclesProjectTitleProps> = (props) => {
|
||||
const { project } = props;
|
||||
return (
|
||||
<div className="flex items-center gap-1.5">
|
||||
<div className="flex items-center gap-2 px-3">
|
||||
{project?.logo_props && <ProjectLogo logo={project.logo_props} />}
|
||||
<h2 className="text-xl font-semibold">{project?.name}</h2>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user