Skip to content

Commit bda3d85

Browse files
[docs] Design is what matters
1 parent f285808 commit bda3d85

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/src/modules/components/AppTableOfContents.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ function useThrottledOnScroll(callback, delay) {
112112
}
113113

114114
const timezone = (new Date().getTimezoneOffset() / 60) * -1;
115-
const noShow = Math.random() >= 0.2;
116115

117116
export default function AppTableOfContents(props) {
118117
const { items } = props;
@@ -238,10 +237,10 @@ export default function AppTableOfContents(props) {
238237
))}
239238
</Typography>
240239
<NoSsr>
241-
{(timezone >= 5 && timezone <= 6) || noShow ? null : (
242-
<Link href="/company/careers/" underline="none" className={classes.hiring}>
240+
{timezone >= 5 && timezone <= 6 ? null : (
241+
<Link href="/company/lead-designer/" underline="none" className={classes.hiring}>
243242
<img src="/static/hiring-toc.png" alt="" loading="lazy" width={159} height={119} />
244-
{'We are hiring a Lead designer and two React engineers'}
243+
{'We are hiring a Lead designer'}
245244
{/* eslint-disable-next-line material-ui/no-hardcoded-labels */}
246245
<span className={classes.hiringLearn}>Learn more &rarr;</span>
247246
</Link>

docs/src/pages/company/careers/careers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The open-source project started back in 2014 to unify React and Material Design.
66

77
The company is bootstrapped (so far). It was incorporated in mid-2019 and yet growing fast (x2-3 YoY). We doubled the team in 2020 and are on track to do the same in 2021.
88

9+
If you're interested to learn more about how we run our company, check out our [public Handbook](https://www.notion.so/Handbook-f086d47e10794d5e839aef9dc67f324b).
10+
911
## Our values
1012

1113
- **Customer obsessed**. We put our customers front & center. We focus on delivering web experiences that feel amazing. We ask questions. We experiment with new ideas.
@@ -33,8 +35,6 @@ We are looking for a lead designer to own most of our design work.
3335

3436
### [Senior Software Engineer](/company/software-engineer/)
3537

36-
<span style="font-size: 14px;">Two positions (one design system team, one advanced components team).</span>
37-
3838
We are looking for senior software engineers to help support our open-source components, assist the Material-UI community, and grow our enterprise edition.
3939

4040
## FAQs

0 commit comments

Comments
 (0)