[CST-15591] Fixed headings by their rank

This commit is contained in:
Alisa Ismailati
2024-07-19 14:54:39 +02:00
parent 1efa88641b
commit 703945c804
11 changed files with 25 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
<div class="container" *ngIf="(isLoading$ | async) === false">
<div class="row">
<div class="col-12 pb-4">
<h2 id="sub-header"
class="border-bottom pb-2">{{ 'collection.create.sub-head' | translate:{ parent: dsoNameService.getName((parentRD$| async)?.payload) } }}</h2>
<h1 id="sub-header"
class="border-bottom pb-2">{{ 'collection.create.sub-head' | translate:{ parent: dsoNameService.getName((parentRD$| async)?.payload) } }}</h1>
</div>
</div>
<ds-collection-form (submitForm)="onSubmit($event)"