Skip to content

Commit

Permalink
chore(menu): remove playground new tag (#9629)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA authored Sep 11, 2023
1 parent 106a6f4 commit f2ed581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/ui/molecules/main-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function MainMenu({ isOpenOnMobile }) {
</li>
<li className="top-level-entry-container">
<a className="top-level-entry menu-link" href={`/${locale}/play`}>
Play <sup className="new">New</sup>
Play
</a>
</li>
<li className="top-level-entry-container">
Expand Down

0 comments on commit f2ed581

Please sign in to comment.