From dc7567cdb5dfbd74d6008492fabc19d30c081f87 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 3 Feb 2025 16:29:28 +0100 Subject: [PATCH] [core] Fix double redirection to Base UI (#45146) --- docs/src/components/productBaseUI/BaseUIThemesDemo.tsx | 2 -- docs/src/components/productBaseUI/MuiBaseDeprecation.tsx | 2 +- docs/src/layouts/AppFooter.tsx | 4 +--- docs/src/route.ts | 1 - 4 files changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/src/components/productBaseUI/BaseUIThemesDemo.tsx b/docs/src/components/productBaseUI/BaseUIThemesDemo.tsx index ca1288536f6419..ab7a91909ae4ad 100644 --- a/docs/src/components/productBaseUI/BaseUIThemesDemo.tsx +++ b/docs/src/components/productBaseUI/BaseUIThemesDemo.tsx @@ -24,7 +24,6 @@ import { css, styled, keyframes } from '@mui/system'; import Box from '@mui/material/Box'; import Fade from '@mui/material/Fade'; - import ChevronRightRoundedIcon from '@mui/icons-material/ChevronRightRounded'; import AutoAwesomeRounded from '@mui/icons-material/AutoAwesomeRounded'; import SmartButtonRounded from '@mui/icons-material/SmartButtonRounded'; @@ -40,7 +39,6 @@ import TabRounded from '@mui/icons-material/TabRounded'; import CheckCircleRoundedIcon from '@mui/icons-material/CheckCircleRounded'; import InterestsRoundedIcon from '@mui/icons-material/InterestsRounded'; import RadioRoundedIcon from '@mui/icons-material/RadioRounded'; - import ROUTES from 'docs/src/route'; import { Link } from '@mui/docs/Link'; import heroVariables from 'docs/src/components/productBaseUI/heroVariables'; diff --git a/docs/src/components/productBaseUI/MuiBaseDeprecation.tsx b/docs/src/components/productBaseUI/MuiBaseDeprecation.tsx index d7356a453d41f2..e5295542b49267 100644 --- a/docs/src/components/productBaseUI/MuiBaseDeprecation.tsx +++ b/docs/src/components/productBaseUI/MuiBaseDeprecation.tsx @@ -26,7 +26,7 @@ export default function MuiBaseDeprecation(props: { @mui/base has been deprecated and has been replaced by{' '} - Base UI. We strongly recommend using the new package + Base UI. We strongly recommend using the new package instead. diff --git a/docs/src/layouts/AppFooter.tsx b/docs/src/layouts/AppFooter.tsx index 42b1228f8b0da6..88e961339b7756 100644 --- a/docs/src/layouts/AppFooter.tsx +++ b/docs/src/layouts/AppFooter.tsx @@ -76,9 +76,7 @@ export default function AppFooter(props: AppFooterProps) { Material UI - - MUI Base - + Base UI MUI X diff --git a/docs/src/route.ts b/docs/src/route.ts index ad99102c64c380..75cc71d6d6d12e 100644 --- a/docs/src/route.ts +++ b/docs/src/route.ts @@ -2,7 +2,6 @@ const ROUTES = { // Marketing pages productCore: '/core/', productMaterial: '/material-ui/', - productBase: '/base-ui/', productAdvanced: '/x/', productToolpad: '/toolpad/', productTemplates: '/templates/',