Skip to content

Commit

Permalink
[website] Improve job og image (#41672)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 26, 2024
1 parent 184dfb6 commit d5d16d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/src/modules/components/TopLayoutCareers.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ export default function TopLayoutCareers(props) {
return (
<BrandingCssVarsProvider>
<AppHeader />
<Head title={`${title} - MUI`} description={description}>
<Head
title={`${title} - MUI`}
description={description}
card="/static/social-previews/careers-preview.jpg"
>
<meta name="robots" content="noindex,nofollow" />
</Head>
<StyledDiv>
Expand Down

0 comments on commit d5d16d6

Please sign in to comment.