From e5cbb99278191c8b0b35c6e2e80af9e5c97e6db1 Mon Sep 17 00:00:00 2001 From: bkellam Date: Tue, 28 Oct 2025 17:24:09 -0700 Subject: [PATCH] link to repo details page from progress indicator --- .../components/navigationMenu/progressIndicator.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/web/src/app/[domain]/components/navigationMenu/progressIndicator.tsx b/packages/web/src/app/[domain]/components/navigationMenu/progressIndicator.tsx index 8e1889df..2584f11c 100644 --- a/packages/web/src/app/[domain]/components/navigationMenu/progressIndicator.tsx +++ b/packages/web/src/app/[domain]/components/navigationMenu/progressIndicator.tsx @@ -6,6 +6,7 @@ import { Button } from "@/components/ui/button"; import { Separator } from "@/components/ui/separator"; import { Tooltip, TooltipContent, TooltipTrigger } from "@/components/ui/tooltip"; import { useDomain } from "@/hooks/useDomain"; +import { SINGLE_TENANT_ORG_DOMAIN } from "@/lib/constants"; import { RepositoryQuery } from "@/lib/types"; import { getCodeHostInfoForRepo, getShortenedNumberDisplayString } from "@/lib/utils"; import clsx from "clsx"; @@ -110,13 +111,14 @@ const RepoItem = ({ repo }: { repo: RepositoryQuery }) => { return ( -
{repoIcon} {displayName} -
+ ) } \ No newline at end of file