Skip to content

Commit

Permalink
[docs] Remove noreferrer
Browse files Browse the repository at this point in the history
I missed those from #40447.
  • Loading branch information
oliviertassinari committed Mar 10, 2024
1 parent fd78ad5 commit a13dfe3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/modules/components/AppLayoutDocsFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,15 +552,15 @@ export default function AppLayoutDocsFooter(props) {
<Typography color="grey.500" fontSize={13} sx={{ opacity: '70%' }}>
&bull;
</Typography>
<Link href="https://mui.com/blog/" target="_blank" rel="noopener noreferrer">
<Link href="https://mui.com/blog/" target="_blank" rel="noopener">
<FooterLink>
Blog <ArrowOutwardRoundedIcon sx={{ fontSize: 14 }} />
</FooterLink>
</Link>
<Typography color="grey.500" fontSize={13} sx={{ opacity: '70%' }}>
&bull;
</Typography>
<Link href="https://mui.com/store/" target="_blank" rel="noopener noreferrer">
<Link href="https://mui.com/store/" target="_blank" rel="noopener">
<FooterLink>
Store <ArrowOutwardRoundedIcon sx={{ fontSize: 14 }} />
</FooterLink>
Expand All @@ -569,7 +569,7 @@ export default function AppLayoutDocsFooter(props) {
<Stack spacing={1} direction="row" useFlexGap>
<IconButton
target="_blank"
rel="noopener noreferrer"
rel="noopener"
href="https://mui.com/feed/blog/rss.xml"
aria-label="RSS Feed"
title="RSS Feed"
Expand All @@ -579,7 +579,7 @@ export default function AppLayoutDocsFooter(props) {
</IconButton>
<IconButton
target="_blank"
rel="noopener noreferrer"
rel="noopener"
href="https://twitter.com/MUI_hq"
aria-label="twitter"
title="X"
Expand All @@ -589,7 +589,7 @@ export default function AppLayoutDocsFooter(props) {
</IconButton>
<IconButton
target="_blank"
rel="noopener noreferrer"
rel="noopener"
href="https://www.youtube.com/@MUI_hq"
aria-label="YouTube"
title="YouTube"
Expand All @@ -599,7 +599,7 @@ export default function AppLayoutDocsFooter(props) {
</IconButton>
<IconButton
target="_blank"
rel="noopener noreferrer"
rel="noopener"
href="https://mui.com/r/discord/"
aria-label="Discord"
title="Discord"
Expand Down

0 comments on commit a13dfe3

Please sign in to comment.