Skip to content

Commit

Permalink
fine tune the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
franfreezy committed Dec 9, 2024
1 parent a40d06e commit 432e250
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ const Sidebar = () => {
// Sidebar items
const items = [
{ id: "home", icon: <FaHome />, tooltip: "Dashboard" },
{ id: "profile", icon: <FaUser />, tooltip: "Profile" },
{ id: "discounts", icon: <FaPercent />, tooltip: "Discounts" },
{ id: "messages", icon: <FaComment />, tooltip: "Messages" },

{ id: "inventory", icon: <FaBox />, tooltip: "Inventory" },
];
const handleSignOut = () => {
Expand Down

0 comments on commit 432e250

Please sign in to comment.