[WEB-2795]chore:removed header links for project bread crumb inside project detail and list (#6116)
* removed header links for project bread crumb inside project detail * Add total issue count while syncing project to telemetry --------- Co-authored-by: Satish Gandham <satish.iitg@gmail.com>
This commit is contained in:
parent
41c0ba502c
commit
4aa01ffebe
17 changed files with 2 additions and 16 deletions
|
|
@ -39,7 +39,6 @@ export const ProjectInboxHeader: FC = observer(() => {
|
|||
type="text"
|
||||
link={
|
||||
<BreadcrumbLink
|
||||
href={`/${workspaceSlug}/projects`}
|
||||
label={currentProjectDetails?.name ?? "Project"}
|
||||
icon={
|
||||
currentProjectDetails && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue