-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[material-ui][docs] Remove Masonry component and Material Design icon from the landing page template #41080
Conversation
Netlify deploy previewhttps://deploy-preview-41080--material-ui.netlify.app/ Bundle size report |
@@ -8,7 +8,7 @@ import { ThemeProvider, createTheme } from '@mui/material/styles'; | |||
import ToggleButton from '@mui/material/ToggleButton'; | |||
import ToggleButtonGroup from '@mui/material/ToggleButtonGroup'; | |||
import AutoAwesomeRoundedIcon from '@mui/icons-material/AutoAwesomeRounded'; | |||
import SvgMaterialDesign from 'docs/src/icons/SvgMaterialDesign'; | |||
import AdbRoundedIcon from '@mui/icons-material/AdbRounded'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the best icon choice to replace the MD logo? I would almost prefer the Google "G" instead, or even just an M for Material. Or else maybe we should just include the Material Design icon as an asset? I know it'll just get deleted by the developer, but it's pretty common to start a project by deleting assets from a boilerplate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I replaced it for MD2
. I think it's a good way to state the Material Design version, too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two minor remarks but dropping approval already! 👍
Closes #41043
This PR removes the Masonry component and the Material Design Icon from the Landing page template.
👉 https://deploy-preview-41080--material-ui.netlify.app/material-ui/getting-started/templates/landing-page/