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 3838
3939 < div class ="mb-3 ">
4040 < 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 ">
4242 </ div >
4343
4444 < div class ="mb-3 ">
4545 < 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 ">
4747 </ div >
4848
4949 < div class ="mb-3 w-100 ">
7575
7676 let success_message = format!(r#"
7777 < 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 >
7979 < a class ="btn btn-primary-web-app mx-auto " href ="/careers " data-turbo-frame ="_top "> Careers</ a >
8080 </ div >
8181 "#, job_title);
You can’t perform that action at this time.
0 commit comments