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/',