Drop search-heading breadcrumb — it's already in the h1
Angular's crumb trail ends at 'Онлайн-Табло'; the route description lives only in the h1 below. React was repeating the heading as a third crumb, doubling up the text.
This commit is contained in:
@@ -361,8 +361,9 @@ export const OnlineBoardSearchPage: FC<OnlineBoardSearchPageProps> = ({
|
||||
</h1>
|
||||
}
|
||||
breadcrumbs={[
|
||||
// Angular stops the crumb trail at 'Онлайн-Табло'; the search
|
||||
// heading only lives in the h1 — don't repeat it.
|
||||
{ label: t("BOARD.TITLE"), url: `/${lang}/onlineboard` },
|
||||
{ label: searchHeading },
|
||||
]}
|
||||
contentLeft={
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user