Skip to content

Commit b521142

Browse files
committed
[UXP-117] Add missing title when top section is not shown as card
1 parent 672d206 commit b521142

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/shared/explore/section-component/top-section/top-section.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
</div>
4646
<div class="row">
4747
<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>
4850
<ds-themed-browse-most-elements [context]="context"
4951
[paginatedSearchOptions]="paginatedSearchOptions"
5052
[showThumbnails]="showThumbnails"

0 commit comments

Comments
 (0)