Skip to content

Commit

Permalink
[website] Fix default social card
Browse files Browse the repository at this point in the history
Fix a quick regression introduced in mui#32181
  • Loading branch information
oliviertassinari committed Jan 4, 2024
1 parent bd6a221 commit fd461cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface HeadProps {
export default function Head(props: HeadProps) {
const t = useTranslate();
const {
card = '/static/social-previews/default-preview.jpg',
card = '/static/social-previews/home-preview.jpg',
children,
description = t('strapline'),
disableAlternateLocale = false,
Expand Down

0 comments on commit fd461cd

Please sign in to comment.