Skip to content
Snippets Groups Projects

Fix Workspaces UI integation in the Navigation module.

2 files
+ 52
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -59,6 +59,9 @@ public function renderNavigationLinks(): array {
'title' => $active_workspace ? $active_workspace->label() : $this->t('Live'),
'url' => $url,
'class' => 'workspaces',
'icon' => [
'icon_id' => 'workspaces',
],
],
],
'#attached' => [
Loading