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

[docs] Change "Let Us Know" button URL #22521

Merged
merged 2 commits into from Sep 6, 2020
Merged
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
4 changes: 2 additions & 2 deletions docs/src/pages/landing/Users.js
Expand Up @@ -93,7 +93,7 @@ const useStyles = makeStyles(
marginBottom: theme.spacing(4),
},
users: {
padding: theme.spacing(10, 4, 0),
padding: theme.spacing(10, 6, 0),
},
grid: {
marginTop: theme.spacing(5),
Expand Down Expand Up @@ -156,7 +156,7 @@ export default function Users() {
<Grid container justify="center">
<Button
variant="outlined"
href="https://spectrum.chat/material-ui/general/whos-using-material-ui~00e6687a-9b2d-454f-97a6-950d9fde71cf"
href="https://github.com/mui-org/material-ui/issues/22426"
rel="noopener nofollow"
target="_blank"
className={classes.button}
Expand Down