Skip to content

Commit

Permalink
yarn workspace docs typescript:transpile
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Sep 3, 2019
1 parent 51e6b82 commit 48cd926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions docs/src/pages/premium-themes/paperbase/Header.js
Expand Up @@ -75,11 +75,7 @@ function Header(props) {
</Grid>
<Grid item>
<IconButton color="inherit" className={classes.iconButtonAvatar}>
<Avatar
className={classes.avatar}
src="/static/images/avatar/1.jpg"
alt="My Avatar"
/>
<Avatar src="/static/images/avatar/1.jpg" alt="My Avatar" />
</IconButton>
</Grid>
</Grid>
Expand Down
1 change: 1 addition & 0 deletions docs/src/pages/premium-themes/paperbase/Navigator.js
Expand Up @@ -130,6 +130,7 @@ function Navigator(props) {
</ListItemText>
</ListItem>
))}

<Divider className={classes.divider} />
</React.Fragment>
))}
Expand Down

0 comments on commit 48cd926

Please sign in to comment.