Skip to content

Commit

Permalink
fix referencing projects link
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
  • Loading branch information
asutula committed Jun 18, 2024
1 parent 445450c commit d23a946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/components/projects-referencing-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function ProjectsReferencingTable({
{references.map((p) => (
<li key={p.project.id}>
<Link
href={`/${p.team.slug}/${p.project.slug}/tables/${p.environment.slug}/${p.def.slug}`}
href={`/${p.team.slug}/${p.project.slug}/${p.environment.slug}/${p.def.slug}`}
className="text-foreground"
>
{p.team.name}/{p.project.name}
Expand Down

0 comments on commit d23a946

Please sign in to comment.