Skip to content

Commit

Permalink
fixes 404 link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Apr 13, 2024
1 parent 272e1f7 commit cc27567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v2/src/theme/NavbarItem/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ export default function NavbarItem({ type, ...props }) {
if (toReplace === "nodejs") {
toReplace = "node";
}
if (toReplace === "community") {
toReplace = "core"
}

newProps = {
...props,
Expand Down

0 comments on commit cc27567

Please sign in to comment.