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] Move the React Engineer role from open to next #34494

Merged
merged 2 commits into from Sep 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/pages/careers.tsx
Expand Up @@ -153,12 +153,6 @@ const openRolesData = [
"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: '/careers/react-support-engineer/',
},
{
title: 'React Engineer - Core',
description:
'You will strengthen the core components team, e.g. collaborate with the community to land contributions.',
url: '/careers/react-engineer-core/',
},
{
title: 'Product Engineer - Store',
description: 'You will lead the technical and operational development of MUI Store.',
Expand Down Expand Up @@ -195,6 +189,12 @@ const nextRolesData = [
'You will strengthen the advanced components team, build new ambitious complex features, work on strategic problems, and help grow the adoption.',
url: '/careers/react-engineer-x/',
},
{
title: 'React Engineer - Core',
description:
'You will strengthen the core components team, e.g. collaborate with the community to land contributions.',
url: '/careers/react-engineer-core/',
},
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/careers/react-engineer-core.md
@@ -1,4 +1,4 @@
# React Engineer - Core
# React Engineer - Core (future role)

<p class="description">You will strengthen the core components team, e.g. collaborate with the community to land contributions.</p>

Expand Down