Skip to content

Commit

Permalink
Update LibertyTemplate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoto-Cocoa authored Aug 17, 2024
1 parent 8eefe07 commit 306cf6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LibertyTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -1006,8 +1006,8 @@ protected function parseNavbar() {
'access' => $access,
'classes' => $classes,
'href' => $href,
'icon' => $icon,
'text' => $text,
'icon' => @$icon,
'text' => @$text,
'title' => $title,
'group' => $group,
'right' => $right
Expand Down

0 comments on commit 306cf6b

Please sign in to comment.