Skip to content

Commit 840d943

Browse files
authored
Merge pull request #54 from diggerhq/fix/drifts-project
Fix driftS label in project sidebar for real
2 parents c079f70 + a8962c3 commit 840d943

File tree

1 file changed

+2
-2
lines changed
  • src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/project/[projectSlug]/@sidebar

1 file changed

+2
-2
lines changed

src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/project/[projectSlug]/@sidebar/ProjectSidebar.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ async function ProjectSidebarInternal({ projectId, projectSlug }: { projectId: s
3838
icon={<Layers className="size-4 text-foreground" />}
3939
/>
4040
<SidebarLink
41-
label="Drifts"
42-
href={`/org/${organizationId}/drifts`}
41+
label="Drift"
42+
href={`/org/${organizationId}/drift`}
4343
icon={<FlagIcon className="size-4 text-foreground" />}
4444
/>
4545
<SidebarLink

0 commit comments

Comments
 (0)