From 5157785e5db890a9377a26cca65081d9692af62a Mon Sep 17 00:00:00 2001 From: Bharat Kashyap Date: Fri, 16 Aug 2024 09:02:48 -0700 Subject: [PATCH 1/2] fix: Brand copy --- docs/src/components/landing/Hero.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/landing/Hero.js b/docs/src/components/landing/Hero.js index e3a9354bede..4b9239c5d06 100644 --- a/docs/src/components/landing/Hero.js +++ b/docs/src/components/landing/Hero.js @@ -67,7 +67,7 @@ export default function Hero() { color="text.secondary" sx={{ maxWidth: 620, mb: 3, textWrap: 'balance', textAlign: 'center' }} > - From the creators of MUI, Toolpad Core offers the components needed for your next admin + From the creators of Material UI, Toolpad Core offers the components needed for your next admin panel and internal tools project. Bootstrap from scratch in our CLI with well chosen defaults, or drop Toolpad Core into your existing Next.js or Vite* project. From 39096b1e656f8c72cfcfc0de7825f6f533fca815 Mon Sep 17 00:00:00 2001 From: Bharat Kashyap Date: Fri, 16 Aug 2024 21:44:10 +0530 Subject: [PATCH 2/2] fix: Prettier --- docs/src/components/landing/Hero.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/components/landing/Hero.js b/docs/src/components/landing/Hero.js index 4b9239c5d06..22716225254 100644 --- a/docs/src/components/landing/Hero.js +++ b/docs/src/components/landing/Hero.js @@ -67,9 +67,9 @@ export default function Hero() { color="text.secondary" sx={{ maxWidth: 620, mb: 3, textWrap: 'balance', textAlign: 'center' }} > - From the creators of Material UI, Toolpad Core offers the components needed for your next admin - panel and internal tools project. Bootstrap from scratch in our CLI with well chosen - defaults, or drop Toolpad Core into your existing Next.js or Vite* project. + From the creators of Material UI, Toolpad Core offers the components needed for your + next admin panel and internal tools project. Bootstrap from scratch in our CLI with well + chosen defaults, or drop Toolpad Core into your existing Next.js or Vite* project.