summaryrefslogtreecommitdiff
path: root/app/views/application/_timer.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/application/_timer.html.erb')
-rw-r--r--app/views/application/_timer.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/application/_timer.html.erb b/app/views/application/_timer.html.erb
index edbc7ea..46b1134 100644
--- a/app/views/application/_timer.html.erb
+++ b/app/views/application/_timer.html.erb
@@ -1,7 +1,7 @@
<% if current_char.activity %>
<h2 class="text-lg text-display text-center"><%= current_char.activity.name %></h2>
<div data-controller="timer"
- data-timer-start-value="<%= current_char.activity_time_remaining.ceil %>"
+ data-timer-counter-value="<%= current_char.activity_time_remaining.ceil %>"
data-timer-post-url-value="<%= finish_activity_url %>"
class="text-center">
<span data-timer-target="timer" class="text-3xl"></span>