Skip to content

Commit 76871a3

Browse files
Merge branch 'master' into fix-autocomplete-arrowleft-issue-47241
2 parents 8c91375 + bbb595a commit 76871a3

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docs/pages/careers.tsx

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ const openRolesData = [
2222
{
2323
title: 'Engineering',
2424
roles: [
25-
{
26-
title: 'React Engineer — Material UI Maintainer',
27-
description:
28-
'You will provide guidance to the community and solve their struggle, working on one of the most popular React UI library.',
29-
url: '/careers/react-engineer-material-ui-maintainer/',
30-
},
31-
{
32-
title: 'Product Engineer — Store',
33-
description:
34-
'You will lead the technical, product, and operational development of the store.',
35-
url: '/careers/product-engineer-store/',
36-
},
25+
// {
26+
// title: 'React Engineer — Material UI Maintainer',
27+
// description:
28+
// 'You will provide guidance to the community and solve their struggle, working on one of the most popular React UI library.',
29+
// url: '/careers/react-engineer-material-ui-maintainer/',
30+
// },
31+
// {
32+
// title: 'Product Engineer — Store',
33+
// description:
34+
// 'You will lead the technical, product, and operational development of the store.',
35+
// url: '/careers/product-engineer-store/',
36+
// },
3737
// {
3838
// title: 'React Engineer — xCharts',
3939
// description:
@@ -71,16 +71,16 @@ const openRolesData = [
7171
// },
7272
],
7373
},
74-
// {
75-
// title: 'People',
76-
// roles: [
77-
// {
78-
// title: 'Technical Recruiter',
79-
// description: 'MUI is looking for an experienced Tech Recruiter to join our People team.',
80-
// url: '/careers/technical-recruiter/',
81-
// },
82-
// ],
83-
// },
74+
{
75+
title: 'People',
76+
roles: [
77+
// {
78+
// title: 'Technical Recruiter',
79+
// description: 'MUI is looking for an experienced Tech Recruiter to join our People team.',
80+
// url: '/careers/technical-recruiter/',
81+
// },
82+
],
83+
},
8484
{
8585
title: 'Design',
8686
roles: [],

0 commit comments

Comments
 (0)