Skip to content

Commit

Permalink
feat: use link to project insights
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Sep 10, 2024
1 parent 9dd7dcf commit dc8caed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Project/ProjectLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const is = computed(() => {
const to = computed(() => {
const name = props.project.name ?? props.project
return { name: 'project.view', params: { name } }
return { name: 'project.view.insights', params: { name } }
})
</script>
Expand Down

0 comments on commit dc8caed

Please sign in to comment.