Skip to content

Commit

Permalink
feat: included settings to the users navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
taiwonaf committed Jul 25, 2024
1 parent 15b4650 commit d82a978
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ const navlinks = [
link: "/dashboard/products",
id: "products",
},
{
route: "Settings",
link: "/dashboard/settings",
id: "settings",
},
];

const UserNavbar = () => {
Expand Down

0 comments on commit d82a978

Please sign in to comment.