diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 26c16896a73608..63f9d967754b4d 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -36,10 +36,10 @@ }, "sandboxes": [ "material-ui-issue-latest-s2dsx", - "github/mui/material-ui/tree/HEAD/examples/create-react-app", - "github/mui/material-ui/tree/HEAD/examples/create-react-app-with-typescript", - "github/mui/material-ui/tree/HEAD/examples/joy-cra-typescript", - "github/mui/material-ui/tree/HEAD/examples/base-cra-typescript" + "/examples/material-cra", + "/examples/material-cra-ts", + "/examples/joy-cra-ts", + "/examples/base-cra-ts" ], "silent": true } diff --git a/.eslintignore b/.eslintignore index 23f0c7da923cc4..b1ce3558845757 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,10 +4,10 @@ /coverage /docs/export /docs/pages/playground/ -/examples/create-react-app*/src/serviceWorker.js -/examples/gatsby/public/ -/examples/preact/config -/examples/preact/scripts +/examples/material-cra*/src/serviceWorker.js +/examples/material-gatsby/public/ +/examples/material-preact/config +/examples/material-preact/scripts /packages/mui-codemod/lib /packages/mui-codemod/src/*/*.test/* /packages/mui-icons-material/fixtures diff --git a/CHANGELOG.md b/CHANGELOG.md index c946dc9ceb57a1..79e5109d68ec2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3441,7 +3441,7 @@ _Feb 1, 2022_ A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨: -- 🛠 @goncalovf added an example project using [MUI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/vitejs) (#28241) +- 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-vite) (#28241) - Number of 🐛 bug fixes and 📚 documentation improvements. ### `@mui/material@5.4.0` diff --git a/docs/data/base/guides/working-with-tailwind-css/PlayerFinal.js b/docs/data/base/guides/working-with-tailwind-css/PlayerFinal.js index 900d44ae880cff..4391b8d225f246 100644 --- a/docs/data/base/guides/working-with-tailwind-css/PlayerFinal.js +++ b/docs/data/base/guides/working-with-tailwind-css/PlayerFinal.js @@ -4,7 +4,7 @@ export default function PlayerFinal() { return (