From 4b751e6881156284c73802a2a46d08c538fc1233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Fri, 16 Mar 2018 10:00:09 +0100 Subject: [PATCH] Adjust join button in room-list --- src/app/room-list/room-list.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/room-list/room-list.component.html b/src/app/room-list/room-list.component.html index 85bc427ba..ead998d64 100644 --- a/src/app/room-list/room-list.component.html +++ b/src/app/room-list/room-list.component.html @@ -1,7 +1,7 @@ <mat-accordion> <mat-expansion-panel *ngFor="let room of rooms"> <mat-expansion-panel-header> - <button mat-button color="primary" routerLink="/{{ baseUrl }}/room/{{ room.id }}">Join</button> + <button mat-button color="primary" routerLink="/{{ baseUrl }}/room/{{ room.id }}"><mat-icon>send</mat-icon></button> <mat-panel-title> {{ room.shortId }} </mat-panel-title> -- GitLab