diff --git a/src/app/statistics-page/community-statistics-page/themed-community-statistics-page.component.ts b/src/app/statistics-page/community-statistics-page/themed-community-statistics-page.component.ts index 367b853e4d..88688ef137 100644 --- a/src/app/statistics-page/community-statistics-page/themed-community-statistics-page.component.ts +++ b/src/app/statistics-page/community-statistics-page/themed-community-statistics-page.component.ts @@ -7,7 +7,7 @@ import { CommunityStatisticsPageComponent } from './community-statistics-page.co * Themed wrapper for CommunityStatisticsPageComponent */ @Component({ - selector: 'ds-collection-statistics-page', + selector: 'ds-community-statistics-page', styleUrls: [], templateUrl: '../../shared/theme-support/themed.component.html', standalone: true,