Skip to content

Commit

Permalink
link to team from project detail
Browse files Browse the repository at this point in the history
  • Loading branch information
laushinka authored and roboquat committed Feb 25, 2022
1 parent 9d3a8b7 commit 84128c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/admin/ProjectDetail.tsx
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ export default function ProjectDetail(props: { project: Project, owner: string |
:
<Property name="Owner">
<>
{props.owner}
<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>
<span className="text-gray-400 dark:text-gray-500"> (Team)</span>
</>
</Property>}

0 comments on commit 84128c3

Please sign in to comment.