Skip to content

Commit

Permalink
[docs] Move the favicon to the root (#13362)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Oct 23, 2018
1 parent bec6aaf commit 1f9c3cf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docs/src/modules/components/withRoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,10 @@ const pages = [
],
},
{
pathname: '/page-layout-examples',
pathname: '/premium-themes',
},
{
pathname: '/premium-themes',
pathname: '/page-layout-examples',
},
{
pathname: '/lab',
Expand Down
28 changes: 14 additions & 14 deletions docs/src/pages/premium-themes/PremiumThemes.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,36 +25,36 @@ const styles = {

const themes = [
{
name: 'Material Dashboard',
description: 'Material Dashboard React is a Free Material-UI Admin.',
name: 'Material Dashboard Pro',
description: 'Material Dashboard Pro React is a Premium Material-UI Admin.',
src: '/static/images/themes/creative-tim-dashboard.jpg',
price: 'FREE',
price: '$59',
category: 'Admin & Dashboard',
href: 'https://www.creative-tim.com/product/material-dashboard-react?partner=104080',
href: 'https://www.creative-tim.com/product/material-dashboard-pro-react?partner=104080',
},
{
name: 'Material Kit',
name: 'Material Kit Pro',
description: 'A Badass Material-UI Kit based on Material Design.',
src: '/static/images/themes/creative-tim-kit.jpg',
price: 'FREE',
price: '$89',
category: 'Components',
href: 'https://www.creative-tim.com/product/material-kit-react?partner=104080',
href: 'https://www.creative-tim.com/product/material-kit-pro-react?partner=104080',
},
{
name: 'Material Dashboard Pro',
description: 'Material Dashboard Pro React is a Premium Material-UI Admin.',
name: 'Material Dashboard',
description: 'Material Dashboard React is a Free Material-UI Admin.',
src: '/static/images/themes/creative-tim-dashboard.jpg',
price: '$59',
price: 'FREE',
category: 'Admin & Dashboard',
href: 'https://www.creative-tim.com/product/material-dashboard-pro-react?partner=104080',
href: 'https://www.creative-tim.com/product/material-dashboard-react?partner=104080',
},
{
name: 'Material Kit Pro',
name: 'Material Kit',
description: 'A Badass Material-UI Kit based on Material Design.',
src: '/static/images/themes/creative-tim-kit.jpg',
price: '$89',
price: 'FREE',
category: 'Components',
href: 'https://www.creative-tim.com/product/material-kit-pro-react?partner=104080',
href: 'https://www.creative-tim.com/product/material-kit-react?partner=104080',
},
];

Expand Down
2 changes: 1 addition & 1 deletion pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class MyDocument extends Document {
<link rel="manifest" href="/static/manifest.json" />
{/* PWA primary color */}
<meta name="theme-color" content={pageContext.theme.palette.primary.main} />
<link rel="shortcut icon" href="/static/favicon.ico" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="canonical" href={canonical} />
<link
rel="stylesheet"
Expand Down
Binary file removed static/favicon.ico
Binary file not shown.

0 comments on commit 1f9c3cf

Please sign in to comment.