Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[website] Fix brand copy #3938

Merged
merged 2 commits into from
Aug 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/components/landing/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ 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
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.
</Typography>
</Box>
<Box
Expand Down
Loading