Skip to content

Commit a790fb8

Browse files
fix small items (#1369)
1 parent c01a8f0 commit a790fb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pgml-dashboard/src/components/pages/careers/apply/template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
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">
@@ -75,7 +75,7 @@
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);

0 commit comments

Comments
 (0)