config: change menu icon from home to money for support page

🤖 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 16:34:33 +01:00
parent b44f353208
commit 778265feab

View file

@ -3,7 +3,7 @@
return [ return [
'home' => [ 'home' => [
'label' => 'Soutien', 'label' => 'Soutien',
'icon' => 'home', 'icon' => 'money',
'link' => 'pages/soutien', 'link' => 'pages/soutien',
'current' => function ($current) { 'current' => function ($current) {
$path = Kirby::instance()->request()->path()->toString(); $path = Kirby::instance()->request()->path()->toString();