File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ import { AstroIcon } from "~/components";
5656 <input
5757 type =" text"
5858 placeholder =" Tell us more about your experience."
59- id =" other-answer "
60- name =" other-answer "
59+ id =" info "
60+ name =" info "
6161 />
6262 </div >
6363 <input type =" submit" value =" Submit" />
@@ -101,8 +101,8 @@ import { AstroIcon } from "~/components";
101101 <input
102102 type =" text"
103103 placeholder =" Tell us more about your experience."
104- id =" other-answer "
105- name =" other-answer "
104+ id =" info "
105+ name =" info "
106106 />
107107 </div >
108108 <input type =" submit" value =" Submit" />
@@ -139,11 +139,11 @@ import { AstroIcon } from "~/components";
139139 margin-bottom: 0.5rem;
140140 }
141141
142- #other-answer {
142+ #info {
143143 display: none;
144144 }
145145
146- #other:checked ~ #other-answer {
146+ #other:checked ~ #info {
147147 display: flex;
148148 }
149149
You can’t perform that action at this time.
0 commit comments