diff --git a/docs/data/system/getting-started/the-sx-prop/the-sx-prop.md b/docs/data/system/getting-started/the-sx-prop/the-sx-prop.md index da945a48193be7..8a6e29c2e3001a 100644 --- a/docs/data/system/getting-started/the-sx-prop/the-sx-prop.md +++ b/docs/data/system/getting-started/the-sx-prop/the-sx-prop.md @@ -288,7 +288,7 @@ Each index can be an object or a callback. ## Passing the sx prop -If you want to receive the `sx` prop from a custom component and pass it down to another MUI System, we recommend this approach:\*\*\*\* +If you want to receive the `sx` prop from a custom component and pass it down to another MUI System, we recommend this approach: {{"demo": "PassingSxProp.js", "bg": true, "defaultCodeOpen": true}}