Skip to content

Commit

Permalink
[material-ui][docs] Fix broken links on the All components page (mui#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal authored Dec 22, 2023
1 parent 864d16e commit 73466d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const layoutComponents = [
name: 'Box',
srcLight: '/static/material-ui/react-components/box-light.png',
srcDark: '/static/material-ui/react-components/box-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-box/',
md1: false,
md2: false,
md3: false,
Expand All @@ -17,7 +17,7 @@ const layoutComponents = [
name: 'Container',
srcLight: '/static/material-ui/react-components/container-light.png',
srcDark: '/static/material-ui/react-components/container-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-container/',
md1: false,
md2: false,
md3: false,
Expand All @@ -27,7 +27,7 @@ const layoutComponents = [
name: 'Grid',
srcLight: '/static/material-ui/react-components/grid-light.png',
srcDark: '/static/material-ui/react-components/grid-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-grid/',
md1: false,
md2: false,
md3: false,
Expand All @@ -37,7 +37,7 @@ const layoutComponents = [
name: 'Grid v2',
srcLight: '/static/material-ui/react-components/grid-v2-light.png',
srcDark: '/static/material-ui/react-components/grid-v2-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-grid2/',
md1: false,
md2: false,
md3: false,
Expand All @@ -47,7 +47,7 @@ const layoutComponents = [
name: 'Stack',
srcLight: '/static/material-ui/react-components/stack-light.png',
srcDark: '/static/material-ui/react-components/stack-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-stack/',
md1: false,
md2: false,
md3: false,
Expand All @@ -57,7 +57,7 @@ const layoutComponents = [
name: 'Image List',
srcLight: '/static/material-ui/react-components/image-list-light.png',
srcDark: '/static/material-ui/react-components/image-list-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-image-list/',
md1: false,
md2: true,
md3: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const navigationComponents = [
name: 'Bottom Navigation',
srcLight: '/static/material-ui/react-components/bottomnav-light.png',
srcDark: '/static/material-ui/react-components/bottomnav-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-navigation/',
md1: false,
md2: true,
md3: false,
Expand All @@ -17,7 +17,7 @@ const navigationComponents = [
name: 'Breadcrumbs',
srcLight: '/static/material-ui/react-components/breadcrumbs-light.png',
srcDark: '/static/material-ui/react-components/breadcrumbs-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-breadcrumbs/',
md1: false,
md2: false,
md3: false,
Expand All @@ -27,7 +27,7 @@ const navigationComponents = [
name: 'Drawer',
srcLight: '/static/material-ui/react-components/drawer-light.png',
srcDark: '/static/material-ui/react-components/drawer-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-drawer/',
md1: false,
md2: true,
md3: false,
Expand All @@ -37,7 +37,7 @@ const navigationComponents = [
name: 'Link',
srcLight: '/static/material-ui/react-components/link-light.png',
srcDark: '/static/material-ui/react-components/link-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-link/',
md1: false,
md2: false,
md3: false,
Expand All @@ -47,7 +47,7 @@ const navigationComponents = [
name: 'Menu',
srcLight: '/static/material-ui/react-components/menu-light.png',
srcDark: '/static/material-ui/react-components/menu-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-menu/',
md1: false,
md2: true,
md3: false,
Expand All @@ -57,7 +57,7 @@ const navigationComponents = [
name: 'Pagination',
srcLight: '/static/material-ui/react-components/pagination-light.png',
srcDark: '/static/material-ui/react-components/pagination-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-pagination/',
md1: false,
md2: false,
md3: false,
Expand All @@ -67,7 +67,7 @@ const navigationComponents = [
name: 'Speed Dial',
srcLight: '/static/material-ui/react-components/speed-dial-light.png',
srcDark: '/static/material-ui/react-components/speed-dial-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-speed-dial/',
md1: false,
md2: false,
md3: false,
Expand All @@ -77,7 +77,7 @@ const navigationComponents = [
name: 'Stepper',
srcLight: '/static/material-ui/react-components/stepper-light.png',
srcDark: '/static/material-ui/react-components/stepper-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-stepper/',
md1: true,
md2: false,
md3: false,
Expand All @@ -87,7 +87,7 @@ const navigationComponents = [
name: 'Tabs',
srcLight: '/static/material-ui/react-components/tabs-light.png',
srcDark: '/static/material-ui/react-components/tabs-dark.png',
link: '/material-ui/react-accordion/',
link: '/material-ui/react-tabs/',
md1: false,
md2: true,
md3: false,
Expand Down

0 comments on commit 73466d3

Please sign in to comment.