From 9ffe44f477b93eb2d7003d9886a0003f096f723e Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Thu, 21 Jan 2021 17:54:37 +0100 Subject: [PATCH] ui fixes --- frontend/src/components/Chat.vue | 2 +- frontend/src/components/Lobby.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Chat.vue b/frontend/src/components/Chat.vue index 2a3ec20..790450c 100644 --- a/frontend/src/components/Chat.vue +++ b/frontend/src/components/Chat.vue @@ -3,7 +3,7 @@

{{$tc("chat.spectators", spectators)}}

{{$t("chat.chat")}}

-

{{msg.text}}

+

{{msg.text}}

.

diff --git a/frontend/src/components/Lobby.vue b/frontend/src/components/Lobby.vue index 72ff412..aaaded4 100644 --- a/frontend/src/components/Lobby.vue +++ b/frontend/src/components/Lobby.vue @@ -31,7 +31,7 @@
-
+
🤖