Skip to content

Commit 108200d

Browse files
authored
[website] Open the Store engineer role (#46845)
1 parent a1105bb commit 108200d

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

docs/pages/careers.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ const openRolesData = [
2828
'You will provide guidance to the community and solve their struggle, working on one of the most popular React UI library.',
2929
url: '/careers/react-engineer-material-ui-maintainer/',
3030
},
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+
},
3137
// {
3238
// title: 'React Engineer — xCharts',
3339
// description:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import * as React from 'react';
2+
import TopLayoutCareers from 'docs/src/modules/components/TopLayoutCareers';
3+
import * as pageProps from '../../pages/careers/product-engineer-store.md?muiMarkdown';
4+
5+
export default function Page() {
6+
return <TopLayoutCareers {...pageProps} />;
7+
}
File renamed without changes.

0 commit comments

Comments
 (0)