From f0ed99ed0ef36e78f8fbaef298edeba2b4a44179 Mon Sep 17 00:00:00 2001 From: gnezim Date: Sun, 19 Apr 2026 15:00:48 +0300 Subject: [PATCH] =?UTF-8?q?Drop=20search-heading=20breadcrumb=20=E2=80=94?= =?UTF-8?q?=20it's=20already=20in=20the=20h1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/features/online-board/components/OnlineBoardSearchPage.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/features/online-board/components/OnlineBoardSearchPage.tsx b/src/features/online-board/components/OnlineBoardSearchPage.tsx index 73bc15e3..bd958d7e 100644 --- a/src/features/online-board/components/OnlineBoardSearchPage.tsx +++ b/src/features/online-board/components/OnlineBoardSearchPage.tsx @@ -361,8 +361,9 @@ export const OnlineBoardSearchPage: FC = ({ } 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={ <>