change wizard title to heading 2 (#11711)

This commit is contained in:
Lucy Zhang
2020-08-07 13:37:53 -07:00
committed by GitHub
parent 3c647c4376
commit 1e00898105

View File

@@ -29,7 +29,8 @@ export interface DialogComponentParams extends IBootstrapParams {
<div class="dialogContainer" *ngIf="_dialogPane && _dialogPane.displayPageTitle">
<div class="dialogModal-wizardHeader" *ngIf="_dialogPane && _dialogPane.displayPageTitle">
<h1 *ngIf="_dialogPane.pageNumber" class="wizardPageNumber">{{_dialogPane.pageNumberDisplayText}}</h1>
<h1 class="wizardPageTitle">{{_dialogPane.title}}</h1>
<h2 *ngIf="_dialogPane.pageNumber" class="wizardPageTitle">{{_dialogPane.title}}</h2>
<h1 *ngIf="!_dialogPane.pageNumber" class="wizardPageTitle">{{_dialogPane.title}}</h1>
<div *ngIf="_dialogPane.description">{{_dialogPane.description}}</div>
</div>
<div style="flex: 1 1 auto; position: relative;">