Skip to content

Commit b0b40a3

Browse files
committed
feat: update placeholder text for alarm time input field
1 parent 2e8d9f5 commit b0b40a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-3/alarmclock/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="centre">
1717
<h1 id="timeRemaining">Time Remaining: 00:00</h1>
1818
<label for="alarmSet">Set time to:</label>
19-
<input id="alarmSet" type="number" placeholder="Type or select the time ------->" min="0" step="1"/>
19+
<input id="alarmSet" type="number" placeholder="Type or select the time -->" min="0" step="1"/>
2020

2121
<button id="set" type="button">Set Alarm</button>
2222
<button id="stop" type="button">Stop Alarm</button>

0 commit comments

Comments
 (0)