aboutsummaryrefslogtreecommitdiff
path: root/src/match_up/templates/controls.j2
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-11-15 17:46:31 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2024-11-15 17:46:31 +0100
commitc4a4e35f93f18a13c6e4fc1401caad2b095a7ea7 (patch)
treefe2f9627bc4fcb3b909f127e4667aa37a5af9759 /src/match_up/templates/controls.j2
parentd19720741fd37ea0a4b8a79f4f445bccdd360089 (diff)
Added the changes to clean up the guests layout
Diffstat (limited to 'src/match_up/templates/controls.j2')
-rw-r--r--src/match_up/templates/controls.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/src/match_up/templates/controls.j2 b/src/match_up/templates/controls.j2
index 57a605e..cf591c5 100644
--- a/src/match_up/templates/controls.j2
+++ b/src/match_up/templates/controls.j2
@@ -29,11 +29,11 @@
<div class="column">
<button class="button is-dark is-responsive"
hx-post="/confirm"
- hx-target="#games">Start Round</button>
+ hx-target="#games">Confirm</button>
</div>
<div class="column">
<button class="button is-dark is-responsive"
hx-post="/reset"
- hx-target="#games">Reset!</button>
+ hx-target="#games">RESET!</button>
</div>
</div> \ No newline at end of file