Skip to content

Commit

Permalink
Merge pull request #93 from nsundriyal62/docs_at_navbar/navbar
Browse files Browse the repository at this point in the history
Add 'Docs' link to navigation bar
  • Loading branch information
Vishal-raj-1 authored Oct 2, 2023
2 parents 55e065c + 7d2fe1b commit 7592f50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ export const navConfig: NavItem[] = [
title: "Hire",
href: "/batch/hire/hire",
},

{
title: "Docs",
href: "https://frontendfreaks.vercel.app/docs",
},
];

0 comments on commit 7592f50

Please sign in to comment.