Skip to content

Commit

Permalink
Link to project from Last Used auth tokens column (#86023)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric authored Feb 27, 2025
1 parent 0d9a93e commit 6bb1281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function LastUsed({
/>
),
project: (
<Link to={`/settings/${organization.slug}/${projectLastUsed.slug}/`}>
<Link to={`/settings/${organization.slug}/projects/${projectLastUsed.slug}/`}>
{projectLastUsed.name}
</Link>
),
Expand Down

0 comments on commit 6bb1281

Please sign in to comment.