Skip to content

Commit

Permalink
[website] Add missing <Head> (#3939)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Aug 18, 2024
1 parent ac1e100 commit 96c4139
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/pages/toolpad/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as React from 'react';
import Head from 'docs/src/modules/components/Head';
import BrandingCssVarsProvider from 'docs/src/BrandingCssVarsProvider';
import Divider from '@mui/material/Divider';
import CssBaseline from '@mui/material/CssBaseline';
Expand All @@ -14,6 +15,11 @@ import StudioIntro from '../../src/components/landing/StudioIntro';
export default function Home() {
return (
<BrandingCssVarsProvider>
<Head
title="Toolpad Core: Components for React admin panels"
description="Toolpad Core offers the components needed for your next admin panel and internal tools project."
// card="/static/toolpad/marketing/toolpad-og.jpg"
/>
<CssBaseline />
<AppHeaderBanner />
<AppHeader gitHubRepository="https://github.com/mui/mui-toolpad" />
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/toolpad/studio/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Home() {
<BrandingCssVarsProvider>
<Head
title="Toolpad: Low-code admin builder"
description="Build apps with Material UI components, connect to data sources, APIs and build your internal tools 10x faster. Open-source and powered by MUI."
description="Build apps with Material UI components, connect to data sources, APIs and build your internal tools 10x faster. Open-source and powered by Material UI."
card="/static/toolpad/marketing/toolpad-og.jpg"
/>
<NoSsr>
Expand Down
6 changes: 3 additions & 3 deletions docs/src/components/landing/BuiltWith.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ const content = [
'Next.js sets the industry standard for modern React applications. Building over it is a leverage that makes Toolpad efficient.',
},
{
icon: <img src="https://mui.com/static/logo.png" width={30} alt="MUI" />,
title: 'MUI',
icon: <img src="https://mui.com/static/logo.png" width={30} alt="Material UI" />,
title: 'Material UI',
description:
'A tight integration with MUI ensures you get all the latest features from our list of Material UI components.',
'A tight integration with Material UI ensures you get all the latest features from our list of Material UI components.',
},
];

Expand Down

0 comments on commit 96c4139

Please sign in to comment.