chore: core component fixes

This commit is contained in:
sriram veeraghanta
2025-05-30 20:57:35 +05:30
parent 67cbe94d4a
commit 0f828fd5e0

View File

@@ -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>