Skip to content

Commit

Permalink
[docs] Link a new theme (#15637)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored May 9, 2019
1 parent 4178d2c commit 10b9d6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/src/pages/premium-themes/PremiumThemes.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,17 @@ const themes = [
src: '/static/themes/react-material-admin.png',
price: 'FREE',
category: 'Admin & Dashboard',
href: 'https://flatlogic.com/admin-dashboards/react-material-admin',
href: 'https://github.com/flatlogic/react-material-admin',
},
{
name: 'React Material Dashboard',
description:
'React Dashboard made with Material-UI’s components, ' +
'React and of course create-react-app to boost your app development process!',
src: '/static/themes/react-material-dashboard.jpg',
price: 'FREE',
category: 'Admin & Dashboard',
href: 'https://github.com/devias-io/react-material-dashboard',
},
{
name: 'Material Kit',
Expand Down Expand Up @@ -128,7 +138,7 @@ function PremiumThemes(props) {
data-ga-event-label={theme.name}
/>
<CardContent className={classes.cardContent}>
<Grid container alignItems="center">
<Grid container alignItems="center" spacing={8}>
<Grid item xs>
<Typography gutterBottom variant="h5" align="left" component="h2">
{theme.name}
Expand Down
Binary file added static/themes/react-material-dashboard.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 10b9d6a

Please sign in to comment.