Skip to content

Commit

Permalink
Update data.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-63 authored Apr 6, 2024
1 parent dfb6f5e commit 097b16b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lib/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ export const NAV_LINKS = [
label: "Skills",
href: "#skills",
},
{
label: "Projects",
href: "#project",
},
{
label: "Contact",
href: "#contact",
Expand Down Expand Up @@ -100,4 +96,4 @@ export const PROJECTS: ProjectMetadata[] = [
year: "2023",
url: "https://github.com/prince-63/quiz",
},
];
];

0 comments on commit 097b16b

Please sign in to comment.