Skip to content

Commit

Permalink
Merge pull request #4575 from Chadha93/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadha93 committed Jul 18, 2023
2 parents 9244865 + 4c49ab7 commit 1f51869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sections/General/Navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const Navigation = () => {
}
`
);
data["Projects"] = {
data["Products"] = {
nodes: [
{
frontmatter: {
Expand Down
2 changes: 1 addition & 1 deletion src/sections/General/Navigation/utility/menu-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Data = {
// }
},
{
name: "Projects",
name: "Products",
path: "/projects",
subItems: [
// {
Expand Down

0 comments on commit 1f51869

Please sign in to comment.