Skip to content

Commit b5f32bd

Browse files
committed
fix: change standalone apps menu path to fix highlighting when active
Change the path of the Standalone Apps menu item to match the path of the Standalone Apps page. Currently, the menu item and the page have different paths, resulting in the menu item not being highlighted when the page is open.
1 parent c04073c commit b5f32bd

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)