Skip to content

Commit c09d86b

Browse files
committed
working on form
1 parent 634d1f9 commit c09d86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/FormPage/FormPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function FormPage() {
163163
<Item className="projectPage-search">
164164

165165
<label>Select which service you are interested in:
166-
<input list="browsers" name="myBrowser" data-aos="fade-left"
166+
<input list="services" name="Service" data-aos="fade-left"
167167
data-aos-duration="1000"
168168
className={classes.search}/></label>
169169
<datalist id="services">

0 commit comments

Comments
 (0)