Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/pages/careers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ const openRolesData = [
'You will provide guidance to the community and solve their struggle, working on one of the most popular React UI library.',
url: '/careers/react-engineer-material-ui-maintainer/',
},
{
title: 'Product Engineer — Store',
description:
'You will lead the technical, product, and operational development of the store.',
url: '/careers/product-engineer-store/',
},
// {
// title: 'React Engineer — xCharts',
// description:
Expand Down
7 changes: 7 additions & 0 deletions docs/pages/careers/product-engineer-store.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import * as React from 'react';
import TopLayoutCareers from 'docs/src/modules/components/TopLayoutCareers';
import * as pageProps from '../../pages/careers/product-engineer-store.md?muiMarkdown';

export default function Page() {
return <TopLayoutCareers {...pageProps} />;
}
Loading