Skip to content

Commit

Permalink
Update ecommerce route
Browse files Browse the repository at this point in the history
  • Loading branch information
yeabsra-leul committed Jul 5, 2024
1 parent 595b27d commit 8456024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const navLinks: NavLinkData[] = [
],
},
{ href: '#', icon: DollarSignIcon, label: 'Insights' },
{ href: '#', icon: FolderIcon, label: 'E-commerce' },
{ href: '/ecommerce', icon: FolderIcon, label: 'E-commerce' },
];

const Nav: React.FC = () => {
Expand Down

0 comments on commit 8456024

Please sign in to comment.