Skip to content

Commit fd3a411

Browse files
committed
refactor
1 parent 11550e3 commit fd3a411

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ <h1 class="page-title">
107107
</div>
108108

109109
<div class="form-group">
110-
<label for="companyInput">Notify in every</label>
110+
<label for="frequencySlider">Make it a digest</label>
111+
<small>Set how often you want the digest (0 = immediate as the blog is publsihed)</small>
111112
<div style="margin-top: 0.5rem; display: flex; align-items: stretch; gap: 0.5rem; flex-direction: row; align-items: stretch;">
112113
<input style="width: 60%;" type="range" id="frequencySlider" name="frequency" min="0" max="30" step="1"
113114
value="2" style="flex: 1;" />

0 commit comments

Comments
 (0)