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:
2026-04-19 15:00:48 +03:00
parent b04e80d2d8
commit f0ed99ed0e
@@ -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={
<>