aboutsummaryrefslogtreecommitdiff
path: root/server/app/views/chat.scala.html
diff options
context:
space:
mode:
Diffstat (limited to 'server/app/views/chat.scala.html')
-rw-r--r--server/app/views/chat.scala.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/app/views/chat.scala.html b/server/app/views/chat.scala.html
index 3a1fa30..d54025f 100644
--- a/server/app/views/chat.scala.html
+++ b/server/app/views/chat.scala.html
@@ -1,7 +1,7 @@
@(uid: String)
-@main("Welcome to Chat") {
- <main id="root">
+@main("Chatterbox " + uid) {
+ <main id="root" width="100%" height="100%">
Loading
</main>
<script src="@routes.Assets.versioned("client-fastopt.js")" type="text/javascript"></script>