mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: app sidebar emoji and icon consisteny
This commit is contained in:
@@ -226,7 +226,10 @@ export const ProjectSidebarListItem: React.FC<Props> = observer((props) => {
|
||||
})}
|
||||
>
|
||||
<div className="h-7 w-7 grid place-items-center flex-shrink-0">
|
||||
<ProjectLogo logo={project.logo_props} />
|
||||
<ProjectLogo
|
||||
logo={project.logo_props}
|
||||
className={`${project.logo_props.in_use === "icon" ? "text-[18px]" : ""}`}
|
||||
/>
|
||||
</div>
|
||||
{!isCollapsed && <p className="truncate text-custom-sidebar-text-200">{project.name}</p>}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user