Skip to content

Commit

Permalink
Removed link
Browse files Browse the repository at this point in the history
  • Loading branch information
jrparente committed Mar 5, 2024
1 parent fa8ee81 commit 8702cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Linkedin, Github, Mail, Instagram, Twitter } from "lucide-react";
export const routes = [
{ label: "About", href: "/#about" },
{ label: "Projects", href: "/#projects" },
{ label: "Work With Me", href: "/work-with-me" },
// { label: "Work With Me", href: "/work-with-me" },
{ label: "Contact", href: "/#contact" },
];

Expand Down

0 comments on commit 8702cf8

Please sign in to comment.