We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11550e3 commit fd3a411Copy full SHA for fd3a411
templates/index.html
@@ -107,7 +107,8 @@ <h1 class="page-title">
107
</div>
108
109
<div class="form-group">
110
- <label for="companyInput">Notify in every</label>
+ <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>
112
<div style="margin-top: 0.5rem; display: flex; align-items: stretch; gap: 0.5rem; flex-direction: row; align-items: stretch;">
113
<input style="width: 60%;" type="range" id="frequencySlider" name="frequency" min="0" max="30" step="1"
114
value="2" style="flex: 1;" />
0 commit comments