config: update menu link from support to soutien
Update admin menu configuration to use the correct page slug 'soutien' instead of 'support'. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
1637b26f58
commit
81cc9e5919
1 changed files with 2 additions and 2 deletions
|
|
@ -4,10 +4,10 @@ return [
|
|||
'home' => [
|
||||
'label' => 'Soutien',
|
||||
'icon' => 'home',
|
||||
'link' => 'pages/support',
|
||||
'link' => 'pages/soutien',
|
||||
'current' => function ($current) {
|
||||
$path = Kirby::instance()->request()->path()->toString();
|
||||
return Str::contains($path, 'pages/support');
|
||||
return Str::contains($path, 'pages/soutien');
|
||||
},
|
||||
],
|
||||
'shop' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue