diff --git a/components/room.html b/components/room.html index e3dd763..9704937 100644 --- a/components/room.html +++ b/components/room.html @@ -1,6 +1,7 @@ {{define "room"}}
-
+
+

Hello {{.State.Username}};

Room created by {{.Room.CreatorName}};

Room link:

@@ -16,13 +17,13 @@ {{end}}

{{if eq .State.Team ""}} - join the team! + you don't have a role! join the team -> {{else}} you're on the team {{.State.Team}}! {{end}}

-
+
{{if .Room.IsRunning}}

Turn of the {{.Room.TeamTurn}} team

{{template "turntimer" .Room}} @@ -48,6 +49,8 @@ {{template "teamlist" .Room.RedTeam}}
+
+