diff --git a/docs/data/material/getting-started/templates/dashboard/components/CardAlert.tsx b/docs/data/material/getting-started/templates/dashboard/components/CardAlert.tsx index 07a69d77c0cc6e..be8e5778c39685 100644 --- a/docs/data/material/getting-started/templates/dashboard/components/CardAlert.tsx +++ b/docs/data/material/getting-started/templates/dashboard/components/CardAlert.tsx @@ -8,14 +8,14 @@ export default function CardAlert() { return ( - - Your plan is about to expire + + Plan about to expire - - Enjoy 10% off when you renew your plan today. + + Enjoy 10% off when renewing your plan today. diff --git a/docs/data/material/getting-started/templates/dashboard/components/SideMenu.tsx b/docs/data/material/getting-started/templates/dashboard/components/SideMenu.tsx index bd326fdfd0410c..132aaf2e666884 100644 --- a/docs/data/material/getting-started/templates/dashboard/components/SideMenu.tsx +++ b/docs/data/material/getting-started/templates/dashboard/components/SideMenu.tsx @@ -24,7 +24,6 @@ const drawerWidth = 240; const Drawer = styled(MuiDrawer)({ width: drawerWidth, flexShrink: 0, - whiteSpace: 'nowrap', boxSizing: 'border-box', '& .MuiDrawer-paper': { width: drawerWidth, @@ -47,12 +46,7 @@ const secondaryListItems = [ export default function SideMenu() { return ( - +