Skip to content

Commit

Permalink
remove the link altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Feb 7, 2024
1 parent 3679cd5 commit ecaa234
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions docs/data/material/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,6 @@ const pages: MuiPage[] = [
title: 'Template store',
icon: standardNavIcons.WebIcon,
},
{
pathname: '/blog/mui-product-comparison/',
title: 'Understand the MUI ecosystem',
icon: standardNavIcons.CategoryIcon,
},
];

export default pages;
2 changes: 0 additions & 2 deletions docs/src/modules/components/AppNavIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ import VisibilityRoundedIcon from '@mui/icons-material/VisibilityRounded';
import BookRoundedIcon from '@mui/icons-material/BookRounded';
import ChromeReaderModeRoundedIcon from '@mui/icons-material/ChromeReaderModeRounded';
import WebRoundedIcon from '@mui/icons-material/WebRounded';
import CategoryOutlinedIcon from '@mui/icons-material/CategoryOutlined';

const standardNavIcons = {
ReaderIcon: ChromeReaderModeRoundedIcon,
BookIcon: BookRoundedIcon,
DescriptionIcon: ArticleRoundedIcon,
VisibilityIcon: VisibilityRoundedIcon,
WebIcon: WebRoundedIcon,
CategoryIcon: CategoryOutlinedIcon,
};

export default standardNavIcons;

0 comments on commit ecaa234

Please sign in to comment.