File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pgml-dashboard/src/components/pages/careers/apply Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
39
39
< div class ="mb-3 ">
40
40
< label class ="form-label "> Phone Number</ label >
41
- < input class ="form-control " type ="phone " name ="phone " placeholder ="(415)123-4567 " size ="42 ">
41
+ < input class ="form-control " type ="tel " name ="phone " placeholder ="(415)123-4567 " size ="42 ">
42
42
</ div >
43
43
44
44
< div class ="mb-3 ">
45
45
< label class ="form-label "> LinkedIn URL</ label >
46
- < input class ="form-control " type ="linkedin " name ="linkedin " placeholder ="PostgresML " size ="42 ">
46
+ < input class ="form-control " type ="text " name ="linkedin " placeholder ="PostgresML " size ="42 ">
47
47
</ div >
48
48
49
49
< div class ="mb-3 w-100 ">
75
75
76
76
let success_message = format!(r#"
77
77
< div class ="d-flex flex-column gap-2 p-2 ">
78
- < p class ="text-center "> You have successfully applied for the < span class ="text-capitalize "> {}</ span > role! We’ll be in contract with you shortly. </ p >
78
+ < p class ="text-center "> You have successfully applied for the < span class ="text-capitalize "> {}</ span > role! We’ll be in contact with you shortly. </ p >
79
79
< a class ="btn btn-primary-web-app mx-auto " href ="/careers " data-turbo-frame ="_top "> Careers</ a >
80
80
</ div >
81
81
"#, job_title);
You can’t perform that action at this time.
0 commit comments