Skip to content

Commit

Permalink
[docs] Merge brand.png and logo.png
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 12, 2020
1 parent 91168ef commit e14286a
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://material-ui.com/" rel="noopener" target="_blank"><img width="150" src="https://material-ui.com/static/images/material-ui-logo.svg" alt="Material-UI logo"></a></p>
<a href="https://material-ui.com/" rel="noopener" target="_blank"><img width="150" src="https://material-ui.com/static/logo.svg" alt="Material-UI logo"></a></p>
</p>

<h1 align="center">Material-UI</h1>
Expand Down
10 changes: 5 additions & 5 deletions docs/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const useStyles = makeStyles(theme => ({
paddingTop: theme.spacing(4),
paddingBottom: theme.spacing(8),
[theme.breakpoints.up('md')]: {
paddingTop: theme.spacing(20),
paddingBottom: theme.spacing(20),
paddingTop: theme.spacing(22),
paddingBottom: theme.spacing(22),
flexDirection: 'row',
alignItems: 'flex-start',
textAlign: 'left',
Expand All @@ -71,8 +71,8 @@ const useStyles = makeStyles(theme => ({
marginBottom: theme.spacing(2),
[theme.breakpoints.up('md')]: {
marginRight: theme.spacing(8),
width: 220,
height: 200,
width: 195,
height: 175,
},
},
button: {
Expand Down Expand Up @@ -117,7 +117,7 @@ export default function HomePage() {
<main id="main-content" tabIndex="-1">
<div className={classes.hero}>
<Container maxWidth="md" className={classes.content}>
<img src="/static/images/material-ui-logo.svg" alt="" className={classes.logo} />
<img src="/static/logo_raw.svg" alt="" className={classes.logo} />
<div>
<Typography
variant="h3"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/components/HomeFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function HomeFooter(props) {
<Grid container>
<Grid item xs={12} sm={3}>
<div className={classes.logo}>
<img src="/static/images/material-ui-logo.svg" alt="" />
<img src="/static/logo_raw.svg" alt="" />
<Link variant="body1" color="inherit" href="/">
Material-UI
</Link>
Expand Down
Binary file removed docs/static/brand.png
Binary file not shown.
Binary file modified docs/static/icons/180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/icons/192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/icons/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/icons/384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/icons/48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/icons/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/icons/96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit e14286a

Please sign in to comment.