From 854537469721c49f3704f12784840d6ac2c96202 Mon Sep 17 00:00:00 2001 From: Maxime Princelle <maxime@princelle.org> Date: Fri, 17 Dec 2021 14:18:13 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20typo=20in=20navbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/core/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/core/navbar.tsx b/src/components/core/navbar.tsx index 2a859e7..692d1db 100644 --- a/src/components/core/navbar.tsx +++ b/src/components/core/navbar.tsx @@ -16,7 +16,7 @@ const navigation = [ { name: 'Vendre', href: '/dashboard', icon: CurrencyEuroIcon }, { name: 'Gestion des stocks', href: '/dashboard/stock', icon: ShoppingCartIcon }, { 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[]) { -- GitLab