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 [
|
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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue