Skip to content

Commit

Permalink
[docs] Change "Let Us Know" button URL (#22521)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Sep 6, 2020
1 parent 42edfb9 commit 8f6d198
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 8f6d198

Please sign in to comment.