diff --git a/src/app/creator-room/creator-room.component.html b/src/app/creator-room/creator-room.component.html index 7855ee177f0af991e3589bd56383c986da69eea5..6efea4023441c709241fcdf95de2dd963d5b0a8a 100644 --- a/src/app/creator-room/creator-room.component.html +++ b/src/app/creator-room/creator-room.component.html @@ -23,11 +23,10 @@ <mat-divider></mat-divider> <mat-card-actions> - <button mat-button color="primary" matTooltip="Create new content" (click)="createContentDialog()"> <!-- routerLink="/creator/room/{{room.id}}/content-creation"> --> + <button mat-button color="primary" matTooltip="Create new content" (click)="createContentDialog()"> Create content </button> - <button mat-button color="primary" matTooltip="See room comments" - routerLink="/creator/room/{{room.id}}/comments"> + <button mat-button color="primary" matTooltip="See room comments" routerLink="/creator/room/{{room.id}}/comments"> Comments </button> <button (click)="showEditDialog()" mat-button color="primary">