diff --git a/docs/pages/blog/toolpad-use-cases.md b/docs/pages/blog/toolpad-use-cases.md index 6065afd0b59d82..3c6d2a307fe899 100644 --- a/docs/pages/blog/toolpad-use-cases.md +++ b/docs/pages/blog/toolpad-use-cases.md @@ -43,7 +43,7 @@ The [`updateMuiPaidSupport.ts`](https://github.com/mui/mui-public/blob/master/to It uses the [custom function](https://mui.com/toolpad/concepts/custom-functions/) feature and combines GitHub Actions, Google Sheets, and Octokit to read and verify user information. The fetched data is then bound to the UI components. It uses Toolpad's [page parameters](https://mui.com/toolpad/concepts/page-properties/#page-parameters), [secrets handling](https://mui.com/toolpad/concepts/custom-functions/#secrets-handling), [shell removal](https://mui.com/toolpad/concepts/page-properties/#display-mode), and custom styling features. -This app took one developer just a few hours to build which otherwise would have taken several days. +This app took one developer just a few hours to build which otherwise would have taken much longer. ## 2. Customer support KPI tracker @@ -94,8 +94,6 @@ The video below shows how a user can select the dates, run the script, and recei Your browser does not support the video tag. -With the release of [authentication](https://mui.com/toolpad/concepts/authentication/), we will now enable Google login for the above apps. - ## Conclusion As you've seen, at MUI we have streamlined our internal tooling through Toolpad, helping us stay lean and move fast.