Skip to content

Commit

Permalink
[website] Remove banner leading dot
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 2, 2024
1 parent b090bb2 commit 8561fef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/components/banner/AppHeaderBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function getDefaultHiringMessage() {
<React.Fragment>
🎉&#160;Material UI v6 is out now! Check out the&#160;
<Link
href="https://mui.com/blog/material-ui-v6-is-out"
href="https://mui.com/blog/material-ui-v6-is-out/"
target="_blank"
color="inherit"
underline="always"
Expand All @@ -42,7 +42,6 @@ function getDefaultHiringMessage() {
>
announcement blog post →
</Link>
.
</React.Fragment>
);
}
Expand Down

0 comments on commit 8561fef

Please sign in to comment.