Skip to content

Commit

Permalink
fix(main-menu): remove trailing slash from AI Help
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 8, 2023
1 parent 96ddc21 commit c530ef6
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 @@ -84,7 +84,7 @@ export default function MainMenu({ isOpenOnMobile }) {
)}
<TopLevelMenuLink to="/en-US/blog/">Blog</TopLevelMenuLink>
<TopLevelMenuLink to={`/${locale}/play`}>Play</TopLevelMenuLink>
<TopLevelMenuLink to="/en-US/plus/ai-help/">
<TopLevelMenuLink to="/en-US/plus/ai-help">
AI Help <sup className="new beta">Beta</sup>
</TopLevelMenuLink>
</ul>
Expand Down

0 comments on commit c530ef6

Please sign in to comment.