ConfigMenu: Use absolute URLs in nav items
This commit is contained in:
parent
457eb52e2c
commit
db2c30d418
|
@ -263,7 +263,7 @@ class ConfigMenu extends BaseHtmlElement
|
|||
[
|
||||
HtmlElement::create(
|
||||
'a',
|
||||
Attributes::create(['href' => $item['url']]),
|
||||
Attributes::create(['href' => Url::fromPath($item['url'])]),
|
||||
[
|
||||
$item['label'],
|
||||
isset($healthBadge) ? $healthBadge : ''
|
||||
|
|
Loading…
Reference in New Issue