Skip to content

Commit

Permalink
[core] Fix double redirection to Base UI (#45146)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Feb 3, 2025
1 parent 9a3bd71 commit dc7567c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions docs/src/components/productBaseUI/BaseUIThemesDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/productBaseUI/MuiBaseDeprecation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function MuiBaseDeprecation(props: {
<Icon />
<Box className="MuiCallout-content">
@mui/base has been deprecated and has been replaced by{' '}
<a href="https://www.base-ui.com">Base UI</a>. We strongly recommend using the new package
<a href="https://base-ui.com">Base UI</a>. We strongly recommend using the new package
instead.
</Box>
</Box>
Expand Down
4 changes: 1 addition & 3 deletions docs/src/layouts/AppFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ export default function AppFooter(props: AppFooterProps) {
<Link prefetch={false} href={ROUTES.productMaterial}>
Material UI
</Link>
<Link prefetch={false} href={ROUTES.productBase}>
MUI Base
</Link>
<Link href="https://base-ui.com">Base UI</Link>
<Link prefetch={false} href={ROUTES.productAdvanced}>
MUI X
</Link>
Expand Down
1 change: 0 additions & 1 deletion docs/src/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const ROUTES = {
// Marketing pages
productCore: '/core/',
productMaterial: '/material-ui/',
productBase: '/base-ui/',
productAdvanced: '/x/',
productToolpad: '/toolpad/',
productTemplates: '/templates/',
Expand Down

0 comments on commit dc7567c

Please sign in to comment.