Chore: template update

This commit is contained in:
Grail Finder
2025-07-03 13:17:41 +03:00
parent d8338fe382
commit 3fa0d608de
4 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@
<hr />
{{if .Room.IsRunning}}
<p>Turn of the <span class="text-{{.Room.TeamTurn}}-500">{{.Room.TeamTurn}}</span> team</p>
{{template "turntimer" .Room}}
{{template "turntimer" .Room.Settings}}
{{if .Room.MimeDone}}
<p class="text-{{.Room.TeamTurn}}-500 text-xl">Waiting for guessers</p>
<p class="text-{{.Room.TeamTurn}}-500 text-xl">Given Clue: "{{.Room.FetchLastClueWord}}"</p>