Skip to content

Commit

Permalink
refactor: remove unused 'Contact' menu item from header menu
Browse files Browse the repository at this point in the history
  • Loading branch information
arodu committed Dec 28, 2024
1 parent 1b0da33 commit 5e3e59a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/element/header/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
'class' => 'd-none d-md-block',
]
],
[
'label' => __('Contact'),
'url' => '#',
'container' => [
'class' => 'd-none d-md-block',
]
],
'debug' => [
'label' => __('Debug'),
'url' => 'cakelte/debug',
Expand Down

0 comments on commit 5e3e59a

Please sign in to comment.