Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[website] Improve title of open roles #30963

Merged
merged 6 commits into from
Feb 11, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 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 @@ -183,6 +177,12 @@ const openRolesData = [
'You will strengthen the advanced components team, build new ambitious complex features, work on strategic problems, and help grow the adoption.',
url: '/company/react-engineer/',
},
{
title: 'React Engineer - X - Community support',
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/support-engineer/',
},
{
title: 'Hustler Engineer - Store',
description: 'You will lead the technical and operational development of MUI Store.',
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/company/careers/support-engineer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Support Engineer - X
# React Engineer - X - Community support

<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