From 8b3f41e92aa4320f5a6aa6318e89806d31f1ed4e Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Tue, 12 Dec 2023 21:21:38 -0300 Subject: [PATCH] adjust each page's Head component --- docs/pages/about.tsx | 1 + docs/pages/base-ui.tsx | 2 +- docs/pages/blog.tsx | 1 + docs/pages/careers.tsx | 1 + docs/pages/core.tsx | 4 ++-- docs/pages/design-kits.tsx | 2 +- docs/pages/index.tsx | 7 +++++-- docs/pages/material-ui.tsx | 4 ++-- docs/pages/pricing.tsx | 1 + docs/pages/templates.tsx | 2 +- docs/src/components/productMaterial/MaterialHero.tsx | 4 ++-- 11 files changed, 18 insertions(+), 11 deletions(-) diff --git a/docs/pages/about.tsx b/docs/pages/about.tsx index e79759b64383a8..1817b2c4d6b96e 100644 --- a/docs/pages/about.tsx +++ b/docs/pages/about.tsx @@ -18,6 +18,7 @@ export default function About() { title="About us - MUI" description="MUI is a 100% remote globally distributed team, supported by a community of thousands of developers all across the world." + card="/static/social-previews/about-preview.png" /> diff --git a/docs/pages/base-ui.tsx b/docs/pages/base-ui.tsx index 7872f910b6c141..d682c0e187876d 100644 --- a/docs/pages/base-ui.tsx +++ b/docs/pages/base-ui.tsx @@ -19,7 +19,7 @@ export default function Core() { title="Base UI: Ship accessible & sleek components" description={`Base UI is a library of headless ("unstyled") React UI components and low-level hooks. You can style them with any CSS solutions like PostCSS or Tailwind CSS.`} - card="/static/blog/introducing-base-ui/card.png" + card="/static/social-previews/baseui-preview.png" > {/* eslint-disable-next-line @next/next/no-page-custom-font */} diff --git a/docs/pages/careers.tsx b/docs/pages/careers.tsx index 5a25c0852c79c9..3e1e5f2ef13bf7 100644 --- a/docs/pages/careers.tsx +++ b/docs/pages/careers.tsx @@ -573,6 +573,7 @@ export default function Careers() { diff --git a/docs/pages/core.tsx b/docs/pages/core.tsx index 96587de929e8f0..72c2575285793c 100644 --- a/docs/pages/core.tsx +++ b/docs/pages/core.tsx @@ -14,9 +14,9 @@ export default function Core() { return ( diff --git a/docs/pages/design-kits.tsx b/docs/pages/design-kits.tsx index 64eecfde906434..85322093cb22a5 100644 --- a/docs/pages/design-kits.tsx +++ b/docs/pages/design-kits.tsx @@ -19,7 +19,7 @@ export default function DesignKits() { diff --git a/docs/pages/index.tsx b/docs/pages/index.tsx index 51780cf1f067d4..e586a11a6e83a3 100644 --- a/docs/pages/index.tsx +++ b/docs/pages/index.tsx @@ -20,8 +20,11 @@ export default function Home() { return (