mirror of
https://github.com/makeplane/plane.git
synced 2026-02-08 23:19:22 -06:00
chore: core component fixes
This commit is contained in:
@@ -362,8 +362,12 @@ export const SidebarProjectsListItem: React.FC<Props> = observer((props) => {
|
||||
</Link>
|
||||
</CustomMenu.MenuItem>
|
||||
)}
|
||||
<CustomMenu.MenuItem>
|
||||
<Link href={`/${workspaceSlug}/settings/projects/${project?.id}`}>
|
||||
<CustomMenu.MenuItem
|
||||
onClick={() => {
|
||||
setIsMenuActive(false);
|
||||
}}
|
||||
>
|
||||
<Link href={`/${workspaceSlug}/projects/${project?.id}/settings`}>
|
||||
<div className="flex items-center justify-start gap-2">
|
||||
<Settings className="h-3.5 w-3.5 stroke-[1.5]" />
|
||||
<span>{t("settings")}</span>
|
||||
|
||||
Reference in New Issue
Block a user