Skip to content

Commit

Permalink
1-3119: add project to view health over time
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Nov 15, 2024
1 parent 3d812b2 commit 32d088e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ export const ProjectHealth = () => {
{averageHealth}% the last 4 weeks
</Typography>
{!isOss() && (
<Link to='/insights'>View health over time</Link>
<Link to={`/insights?project=IS%3A${projectId}`}>
View health over time
</Link>
)}
</TextContainer>
</ChartRow>
Expand Down

0 comments on commit 32d088e

Please sign in to comment.