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:
parent
b44f353208
commit
778265feab
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
return [
|
||||
'home' => [
|
||||
'label' => 'Soutien',
|
||||
'icon' => 'home',
|
||||
'icon' => 'money',
|
||||
'link' => 'pages/soutien',
|
||||
'current' => function ($current) {
|
||||
$path = Kirby::instance()->request()->path()->toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue