Skip to content

Commit 84128c3

Browse files
Laurie T. Malauroboquat
authored andcommitted
link to team from project detail
1 parent 9d3a8b7 commit 84128c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/admin/ProjectDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function ProjectDetail(props: { project: Project, owner: string |
3232
:
3333
<Property name="Owner">
3434
<>
35-
{props.owner}
35+
<Link className="text-blue-400 dark:text-blue-600 hover:text-blue-600 dark:hover:text-blue-400 truncate" to={"/admin/teams/" + props.project.teamId}>{props.owner}</Link>
3636
<span className="text-gray-400 dark:text-gray-500"> (Team)</span>
3737
</>
3838
</Property>}

0 commit comments

Comments
 (0)