Fix menu catalogue, fix path for price modal

This commit is contained in:
Ludovic CANDELLIER
2021-08-26 15:59:56 +02:00
parent fa193a8089
commit 7c01366281
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ class Shop
{
public function make(Builder $menu)
{
$menu->add('Catalogue', [ 'permission' => 'backend_access', 'icon' => 'store' ])
$menu->add('En vente', [ 'permission' => 'backend_access', 'icon' => 'store' ])
->id('shop')
->activeIfRoute('shop')
->order(2);