File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export function ContactPage() {
4444 />
4545 </ div >
4646 < div className = { fieldStyle } >
47- < label htmlFor = "reaon " > Reason you need to contact us</ label >
47+ < label htmlFor = "reason " > Reason you need to contact us</ label >
4848 < select
4949 id = "reason"
5050 value = { contact . reason }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export function ContactPage() {
2424 < input type = "email" id = "email" name = "email" required pattern = "\S+@\S+\.\S+" />
2525 </ div >
2626 < div className = { fieldStyle } >
27- < label htmlFor = "reaon " > Reason you need to contact us</ label >
27+ < label htmlFor = "reason " > Reason you need to contact us</ label >
2828 < select id = "reason" name = "reason" required >
2929 < option value = "" > </ option >
3030 < option value = "Support" > Support</ option >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export function ContactPage() {
2424 < input type = "email" id = "email" name = "email" />
2525 </ div >
2626 < div className = { fieldStyle } >
27- < label htmlFor = "reaon " > Reason you need to contact us</ label >
27+ < label htmlFor = "reason " > Reason you need to contact us</ label >
2828 < select id = "reason" name = "reason" >
2929 < option value = "" > </ option >
3030 < option value = "Support" > Support</ option >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export function ContactPage() {
3636 < input type = "email" id = "email" name = "email" />
3737 </ div >
3838 < div className = { fieldStyle } >
39- < label htmlFor = "reaon " > Reason you need to contact us</ label >
39+ < label htmlFor = "reason " > Reason you need to contact us</ label >
4040 < select id = "reason" name = "reason" >
4141 < option value = "" > </ option >
4242 < option value = "Support" > Support</ option >
You can’t perform that action at this time.
0 commit comments