chore: core component fixes
This commit is contained in:
parent
67cbe94d4a
commit
0f828fd5e0
1 changed files with 6 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue