Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Dec 13, 2023
1 parent 8bb5c13 commit 0779eea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 1 addition & 2 deletions docs/pages/blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,7 @@ export default function Blog(props: InferGetStaticPropsType<typeof getStaticProp
GitHub
</Link>
<Link href="https://twitter.com/MUI_hq" target="_blank" fontSize={14}>
<XIcon fontSize="small" />
X
<XIcon fontSize="small" />X
</Link>
<Link href="https://mui.com/r/discord/" target="_blank" fontSize={14}>
<DiscordIcon fontSize="small" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ export default function AppFooter() {
/>
</Box>
<Box component="a" href="https://twitter.com/MUI_hq" sx={iconStyle}>
<img
src="/static/themes/onepirate/appFooterX.png"
alt="X"
/>
<img src="/static/themes/onepirate/appFooterX.png" alt="X" />
</Box>
</Grid>
<Grid item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ export default function AppFooter() {
/>
</Box>
<Box component="a" href="https://twitter.com/MUI_hq" sx={iconStyle}>
<img
src="/static/themes/onepirate/appFooterX.png"
alt="X"
/>
<img src="/static/themes/onepirate/appFooterX.png" alt="X" />
</Box>
</Grid>
<Grid item>
Expand Down

0 comments on commit 0779eea

Please sign in to comment.