Skip to content

Commit

Permalink
Merge pull request #54 from diggerhq/fix/drifts-project
Browse files Browse the repository at this point in the history
Fix driftS label in project sidebar for real
  • Loading branch information
ZIJ authored Sep 17, 2024
2 parents c079f70 + a8962c3 commit 840d943
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ async function ProjectSidebarInternal({ projectId, projectSlug }: { projectId: s
icon={<Layers className="size-4 text-foreground" />}
/>
<SidebarLink
label="Drifts"
href={`/org/${organizationId}/drifts`}
label="Drift"
href={`/org/${organizationId}/drift`}
icon={<FlagIcon className="size-4 text-foreground" />}
/>
<SidebarLink
Expand Down

0 comments on commit 840d943

Please sign in to comment.