diff --git a/frontend/src/app/private/private.component.html b/frontend/src/app/private/private.component.html index adeb823..f507f73 100644 --- a/frontend/src/app/private/private.component.html +++ b/frontend/src/app/private/private.component.html @@ -11,7 +11,7 @@
- +

General

diff --git a/frontend/src/app/private/private.component.ts b/frontend/src/app/private/private.component.ts index b62e838..943df0f 100644 --- a/frontend/src/app/private/private.component.ts +++ b/frontend/src/app/private/private.component.ts @@ -61,7 +61,7 @@ export class PrivateComponent implements OnInit { this.roomSelected = 'general'; this.privateRoomActivate = false; // @ts-ignore - document.getElementById('userList').innerHTML = '

General

'; + document.getElementById('userList').innerHTML = '

General

'; this.messageservice.sendMessage(environment.urlCL,'getUsers', {username: this.username}).subscribe( data => { if (data.status !== 'ok'){ diff --git a/frontend/src/assets/image/group.png b/frontend/src/assets/image/group.png deleted file mode 100644 index 3eb85a2..0000000 Binary files a/frontend/src/assets/image/group.png and /dev/null differ