Skip to content

Commit

Permalink
[website] Improve title of open roles (#30963)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanailH authored Feb 11, 2022
1 parent 19e0683 commit f0c87b5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions docs/pages/careers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,6 @@ const openRolesData = [
// 5
title: 'Developer Experience',
roles: [
{
title: 'Support Engineer - X',
description:
"You will provide support to users for the advanced components team. You will directly impact developers' satisfaction and success.",
url: '/company/support-engineer/',
},
{
title: 'Developer Experience Engineer',
description: 'You will focus on providing experiences that delight developers using MUI.',
Expand All @@ -184,9 +178,15 @@ const openRolesData = [
url: '/company/react-engineer/',
},
{
title: 'Hustler Engineer - Store',
title: 'React Support Engineer - X',
description:
"You will provide support, remove blockers and unwrap potential features from reported issues for the advanced components team. You will directly impact developers' satisfaction and success.",
url: '/company/react-support-engineer/',
},
{
title: 'Product Engineer - Store',
description: 'You will lead the technical and operational development of MUI Store.',
url: '/company/hustler-engineer/',
url: '/company/product-engineer/',
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
demos,
docs,
demoComponents,
} from 'docs/src/pages/company/careers/hustler-engineer.md?@mui/markdown';
} from 'docs/src/pages/company/careers/product-engineer.md?@mui/markdown';

export default function Page() {
return <TopLayoutCompany demos={demos} docs={docs} demoComponents={demoComponents} />;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
demos,
docs,
demoComponents,
} from 'docs/src/pages/company/careers/support-engineer.md?@mui/markdown';
} from 'docs/src/pages/company/careers/react-support-engineer.md?@mui/markdown';

export default function Page() {
return <TopLayoutCompany demos={demos} docs={docs} demoComponents={demoComponents} />;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hustler Engineer - Store
# Product Engineer - Store

<p class="description">You will lead the technical and operational development of MUI Store.</p>

Expand Down Expand Up @@ -92,4 +92,4 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben

## How to apply?

[Apply now for this position 📮](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=Hustler%20Engineer%20-%20Store)
[Apply now for this position 📮](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=Product%20Engineer%20-%20Store)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Support Engineer - X
# React Support Engineer - X

<p class="description">You will provide support to users for the advanced components team. You will directly impact developers' satisfaction and success.</p>
<p class="description">You will provide support, remove blockers and unwrap potential features from reported issues for the advanced components team. You will directly impact developers' satisfaction and success.</p>

## Details of the Role

Expand Down Expand Up @@ -118,4 +118,4 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben

## How to apply?

[Apply now for this position 📮](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=Support%20Engineer%20-%20X)
[Apply now for this position 📮](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=React%20Support%20Engineer%20-%20X)

0 comments on commit f0c87b5

Please sign in to comment.