Skip to content

Commit

Permalink
Merge pull request #129 from krishnabansal89/main
Browse files Browse the repository at this point in the history
Fixed: Typo Fixed
  • Loading branch information
FrancescoXX authored Jul 16, 2024
2 parents 83cadcf + 45c24b6 commit 14e7a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const menuItems = [
{ items: "Books", link: "/#books" },
{ items: "Projects", link: "/#projects" },
{ items: "Lessons", link: "/#lessons" },
{ items: "Dev Tools", link: "/#devtools" },
{ items: "Dev Tools", link: "/#dev_tools" },
{ items: "DSA Example", link: "/#dsas" },
{ items: "People", link: "/#people" },
];
Expand Down

0 comments on commit 14e7a44

Please sign in to comment.