Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita790fb8

Browse files
fix small items (#1369)
1 parentc01a8f0 commita790fb8

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
<divclass="mb-3">
4040
<labelclass="form-label">Phone Number</label>
41-
<inputclass="form-control"type="phone"name="phone"placeholder="(415)123-4567"size="42">
41+
<inputclass="form-control"type="tel"name="phone"placeholder="(415)123-4567"size="42">
4242
</div>
4343

4444
<divclass="mb-3">
4545
<labelclass="form-label">LinkedIn URL</label>
46-
<inputclass="form-control"type="linkedin"name="linkedin"placeholder="PostgresML"size="42">
46+
<inputclass="form-control"type="text"name="linkedin"placeholder="PostgresML"size="42">
4747
</div>
4848

4949
<divclass="mb-3 w-100">
@@ -75,7 +75,7 @@
7575

7676
let success_message = format!(r#"
7777
<divclass="d-flex flex-column gap-2 p-2">
78-
<pclass="text-center">You have successfully applied for the<spanclass="text-capitalize">{}</span> role! We’ll be incontract with you shortly.</p>
78+
<pclass="text-center">You have successfully applied for the<spanclass="text-capitalize">{}</span> role! We’ll be incontact with you shortly.</p>
7979
<aclass="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)

[8]ページ先頭

©2009-2025 Movatter.jp