Skip to content

Commit

Permalink
ask for Whatsapp instead of Skype in the application form
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd committed Sep 30, 2023
1 parent a52b2ec commit 70e6069
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ApplyForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default function ApplyForm({ job, experienceTypes }) {
<div className={styles.formCol3}>
{renderField({
name: 'telegram',
label: 'Telegram',
label: 'Telegram ...',
isRequired: false,
componentProps: {
className: styles.formControl,
Expand All @@ -235,8 +235,8 @@ export default function ApplyForm({ job, experienceTypes }) {
</div>
<div className={styles.formCol3}>
{renderField({
name: 'skype',
label: 'Skype',
name: 'whatsapp',
label: '... или Whatsapp',
isRequired: false,
componentProps: {
className: styles.formControl,
Expand Down

0 comments on commit 70e6069

Please sign in to comment.