fix: billableaua calculator default to 1800h
This commit is contained in:
@@ -355,7 +355,7 @@
|
||||
<div class="rechner-grid reveal">
|
||||
<div class="rechner-input">
|
||||
<label>Billable-Stunden / Jahr</label>
|
||||
<input type="number" id="hours" value="2400" min="0" max="5000">
|
||||
<input type="number" id="hours" value="1800" min="0" max="5000">
|
||||
</div>
|
||||
<div class="rechner-input">
|
||||
<label>Urlaubstage</label>
|
||||
|
||||
Reference in New Issue
Block a user