diff --git a/src/app/collection-page/collection-page-routes.ts b/src/app/collection-page/collection-page-routes.ts index fa7ad096b2..9b729f1dc4 100644 --- a/src/app/collection-page/collection-page-routes.ts +++ b/src/app/collection-page/collection-page-routes.ts @@ -96,7 +96,10 @@ export const ROUTES: Route[] = [ resolve: { breadcrumb: i18nBreadcrumbResolver, }, - data: { breadcrumbKey: 'collection.search' }, + data: { + breadcrumbKey: 'collection.search', + menuRoute: MenuRoute.COLLECTION_PAGE, + }, }, { path: 'browse/:id', diff --git a/src/app/community-page/community-page-routes.ts b/src/app/community-page/community-page-routes.ts index c959ea9cc5..258fdda049 100644 --- a/src/app/community-page/community-page-routes.ts +++ b/src/app/community-page/community-page-routes.ts @@ -83,7 +83,10 @@ export const ROUTES: Route[] = [ resolve: { breadcrumb: i18nBreadcrumbResolver, }, - data: { breadcrumbKey: 'community.search' }, + data: { + breadcrumbKey: 'community.search', + menuRoute: MenuRoute.COMMUNITY_PAGE, + }, }, { path: 'subcoms-cols',