Skip to content

Commit

Permalink
Update Navbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
khayargoli authored Jul 15, 2024
1 parent 3959ca7 commit 24e3cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Navbar = () => {
// { name: "projects", icon: <Layers />, link: "/projects" },
{ name: "work", icon: <Briefcase />, link: "/education" },
// { name: "more", icon: <PackagePlus />, link: "/more" },
{ name: "contact", icon: <Phone />, link: "/contact" },
// { name: "contact", icon: <Phone />, link: "/contact" },
];

const [scrolling, setScrolling] = useState(false);
Expand Down

0 comments on commit 24e3cf1

Please sign in to comment.