Skip to content

Commit bccf9d2

Browse files
Fixed starter index.html file
1 parent 9782d9d commit bccf9d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

6-budgety/starter/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<div class="add">
4242
<div class="add__container">
4343
<select class="add__type">
44-
<option value="income" selected>+</option>
45-
<option value="expense">-</option>
44+
<option value="inc" selected>+</option>
45+
<option value="exp">-</option>
4646
</select>
4747
<input type="text" class="add__description" placeholder="Add description">
4848
<input type="number" class="add__value" placeholder="Value">

0 commit comments

Comments
 (0)