Skip to content

Commit

Permalink
Fix driftS label in project sidebar for real
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIJ committed Sep 17, 2024
1 parent e6ca30f commit a8962c3
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 a8962c3

Please sign in to comment.