Skip to content
Snippets Groups Projects
Commit 85453746 authored by Princelle Maxime's avatar Princelle Maxime :gay_pride_flag:
Browse files

:pencil2:️ fix typo in navbar

parent 54ee6a22
Branches
1 merge request!7🔀 V1
...@@ -16,7 +16,7 @@ const navigation = [ ...@@ -16,7 +16,7 @@ const navigation = [
{ name: 'Vendre', href: '/dashboard', icon: CurrencyEuroIcon }, { name: 'Vendre', href: '/dashboard', icon: CurrencyEuroIcon },
{ name: 'Gestion des stocks', href: '/dashboard/stock', icon: ShoppingCartIcon }, { name: 'Gestion des stocks', href: '/dashboard/stock', icon: ShoppingCartIcon },
{ name: 'Utilisateurs', href: '/dashboard/users', icon: UsersIcon }, { name: 'Utilisateurs', href: '/dashboard/users', icon: UsersIcon },
{ name: 'Ajouter un product', href: '/dashboard/add-product', icon: PlusCircleIcon }, { name: 'Ajouter un produit', href: '/dashboard/add-product', icon: PlusCircleIcon },
]; ];
function classNames(...classes: unknown[]) { function classNames(...classes: unknown[]) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment