Skip to content

Commit 5858c10

Browse files
Merge pull request #3008 from esvyridov/bugfix/fix-standalone-menu-item-highlight
fix: change standalone apps menu path to fix highlighting when active
2 parents c04073c + b5f32bd commit 5858c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/homepage/menu/menu.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export class MenuComponent implements OnInit {
191191
{
192192
title: 'Standalone apps',
193193
isOpened: false,
194-
path: '/application-context',
194+
path: '/standalone-applications',
195195
},
196196
{
197197
title: 'CLI',

0 commit comments

Comments
 (0)