feat(game)!: Add winner display and return to lobby functionality
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
@(user: Option[model.users.User])
|
||||
|
||||
@main("Create Game") {
|
||||
@navbar(user)
|
||||
<main class="lobby-background flex-grow-1">
|
||||
<div class="w-25 mx-auto">
|
||||
@@ -28,5 +27,4 @@
|
||||
<div class="btn btn-success" onclick="createGameJS()">Create Game</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
}
|
||||
</main>
|
||||
Reference in New Issue
Block a user