Keep both people and members pages

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-11 16:39:22 +04:00
parent f884c6bb05
commit f033338cda
32 changed files with 1864 additions and 144 deletions

View File

@@ -262,7 +262,7 @@ function TaskRow(props: TaskRowProps) {
<div className="text-sm text-txt-secondary ml-auto mr-8">
<Link
className="hover:underline"
to={`/organizations/${organizationId}/users/${task.assignedTo.id}`}
to={`/organizations/${organizationId}/people/${task.assignedTo.id}`}
>
{task.assignedTo.fullName}
</Link>