We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8d9f5 commit b0b40a3Copy full SHA for b0b40a3
Sprint-3/alarmclock/index.html
@@ -16,7 +16,7 @@
16
<div class="centre">
17
<h1 id="timeRemaining">Time Remaining: 00:00</h1>
18
<label for="alarmSet">Set time to:</label>
19
- <input id="alarmSet" type="number" placeholder="Type or select the time ------->" min="0" step="1"/>
+ <input id="alarmSet" type="number" placeholder="Type or select the time -->" min="0" step="1"/>
20
21
<button id="set" type="button">Set Alarm</button>
22
<button id="stop" type="button">Stop Alarm</button>
0 commit comments