We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672d206 commit b521142Copy full SHA for b521142
1 file changed
src/app/shared/explore/section-component/top-section/top-section.component.html
@@ -45,6 +45,8 @@
45
</div>
46
<div class="row">
47
<div class="col px-2">
48
+ <h3 *ngIf="topSection.titleKey" class="mx-2">{{ 'explore.index.' + topSection.titleKey | translate }}</h3>
49
+ <h3 *ngIf="!topSection.titleKey" class="mx-2">{{ 'explore.index.' + topSection.sortField | translate }}</h3>
50
<ds-themed-browse-most-elements [context]="context"
51
[paginatedSearchOptions]="paginatedSearchOptions"
52
[showThumbnails]="showThumbnails"
0 commit comments