Skip to content
Snippets Groups Projects
Commit 57779bee authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

semantic html

parent 7532577e
No related merge requests found
......@@ -6,7 +6,7 @@
<span class="fill-remaining-space"></span>
<mat-card-header fxLayoutAlign="center">
<mat-card-title fxLayoutAlign="center">
<h1>{{ room.name }}</h1>
<h2>{{ room.name }}</h2>
</mat-card-title>
<mat-card-subtitle fxLayoutAlign="center">
<mat-icon *ngIf="moderationEnabled" class="gavel">
......@@ -35,7 +35,7 @@
<mat-icon matBadge="{{commentCounter}}" class="main-icon"
[ngClass]="{'desktop' : deviceType === 'desktop'}">question_answer
</mat-icon>
<h2>{{ 'room-page.public-stream' | translate}}</h2>
<h3>{{ 'room-page.public-stream' | translate}}</h3>
</button>
</mat-grid-tile>
<mat-grid-tile *ngIf="moderationEnabled">
......@@ -45,7 +45,7 @@
<mat-icon matBadge="{{moderatorCommentCounter}}" class="main-icon"
[ngClass]="{'desktop' : deviceType === 'desktop'}">gavel
</mat-icon>
<h2>{{ 'room-page.moderating-stream' | translate}}</h2>
<h3>{{ 'room-page.moderating-stream' | translate}}</h3>
</button>
</mat-grid-tile>
</mat-grid-list>
......@@ -54,7 +54,7 @@
routerLink="/creator/room/{{ room.shortId }}/comments" aria-labelledby="question_answer">
<mat-icon matBadge="{{commentCounter}}" class="main-icon"
[ngClass]="{'desktop' : deviceType === 'desktop'}">question_answer</mat-icon>
<h2>{{ 'room-page.comments' | translate}}</h2>
<h3>{{ 'room-page.comments' | translate}}</h3>
</button>
</div>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment