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:
isUnknown 2025-11-04 09:36:54 +01:00
parent 1637b26f58
commit 81cc9e5919

View file

@ -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' => [