Skip to content

Commit 7d5b518

Browse files
committed
rename other-answer to info
1 parent e5b4aa0 commit 7d5b518

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/FeedbackPrompt.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)