1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Simplify getBreadcrumbs (#26015)

* fix getBreadcrumbs

* don't go too deep

* remove commented out code
This commit is contained in:
Peter Bengtsson
2022-03-08 20:14:49 -05:00
committed by GitHub
parent e18396c7fd
commit 95297c3c9d
3 changed files with 31 additions and 97 deletions

View File

@@ -6,7 +6,6 @@ import styles from './Breadcrumbs.module.scss'
export type BreadcrumbT = {
title: string
documentType?: string
href?: string
}