Skip to content

Commit

Permalink
projects-products
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Chadha <[email protected]>
  • Loading branch information
Chadha93 committed Jul 18, 2023
1 parent 223260d commit 4c49ab7
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 4c49ab7

Please sign in to comment.