diff --git a/src/app/room-list/room-list.component.html b/src/app/room-list/room-list.component.html index ceb78669607fbcf54d98e9c0cb812d37e3073c8a..abc862f2d89b478caa0511f8ff912a8911215afe 100644 --- a/src/app/room-list/room-list.component.html +++ b/src/app/room-list/room-list.component.html @@ -12,7 +12,7 @@ {{ room.description }} </p> <mat-action-row> - <button mat-button routerLink="/room/{{ room.id }}">Join room</button> + <button mat-button routerLink="room/{{ room.id }}">Join room</button> </mat-action-row> </mat-expansion-panel> </mat-accordion>