Skip to content

Commit

Permalink
added good default for duration
Browse files Browse the repository at this point in the history
  • Loading branch information
mobergmann committed Jan 21, 2024
1 parent 5129e0f commit 92143c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/record.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1>New Activity</h1>
<label for="duration">Duration in min</label>
<div class="input-group">
<i class="fa-solid fa-stopwatch"></i>
<input type="number" placeholder="25" id="duration" class="input">
<input type="number" placeholder="25" id="duration" class="input" value="0">
</div>
</div>
</div>
Expand Down

0 comments on commit 92143c8

Please sign in to comment.