diff --git a/src/app/participant-room/participant-room.component.html b/src/app/participant-room/participant-room.component.html
index e3d7a91787712e5998d1005486b3d8f7414bd888..9fa2814f01b3f0ce3922f2bd683c71d76cd15eea 100644
--- a/src/app/participant-room/participant-room.component.html
+++ b/src/app/participant-room/participant-room.component.html
@@ -2,7 +2,7 @@
   <mat-list fxLayout="column" fxLayoutGap="10px" fxLayoutAlign="center">
     <mat-list-item>Room: {{roomId}}</mat-list-item>
     <mat-list-item>
-      <button mat-fab color="primary">
+      <button mat-fab color="primary" routerLink="/room/{{roomId}}/create-comment">
         <mat-icon>question_answer</mat-icon>
       </button>
       <button mat-fab color="primary">