Skip to content

Commit ba7d5c1

Browse files
committed
Notifications: fix titles
1 parent 53e329a commit ba7d5c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/pages/notification/containers/notification-page/notification-page.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1>Notifications</h1>
77
<mat-card class="page-content__first-item-wrapper">
88
<div class="page-content__first-item-element">
99
<mat-card-title>
10-
<h5>Layout Options</h5>
10+
<p>Layout Options</p>
1111
</mat-card-title>
1212
<mat-card-subtitle>
1313
<p>There are few position options available for notifications. You can click any of them to change notifications position:</p>
@@ -54,7 +54,7 @@ <h5>Layout Options</h5>
5454
</div>
5555
<div class="page-content__first-item-element">
5656
<mat-card-title>
57-
<h5>Notifications Types</h5>
57+
<p>Notifications Types</p>
5858
</mat-card-title>
5959
<mat-card-subtitle>
6060
<p>Different types of notifications for lost of use cases. Custom classes are also supported.</p>
@@ -81,7 +81,7 @@ <h5>Notifications Types</h5>
8181
</div>
8282
<div class="page-content__first-item-element">
8383
<mat-card-title>
84-
<h5>Usage</h5>
84+
<p>Usage</p>
8585
</mat-card-title>
8686
<mat-card-subtitle>
8787
<p>Notifications are created with the help of <a class="link" [href]="toastrLink">ngx-toastr</a></p>

0 commit comments

Comments
 (0)