Skip to content

Commit df796b3

Browse files
committed
Fixed menu for MPA.
1 parent f57b187 commit df796b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Templates/All-In-One-Template/MySpaProject/MySpaProject.WebMpa/App_Start/MySpaProjectNavigationProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ public void SetNavigation(INavigationProviderContext context)
1818
new MenuItemDefinition(
1919
"Home",
2020
new LocalizableString("HomePage", MySpaProjectConsts.LocalizationSourceName),
21-
url: "#/",
21+
url: "/",
2222
icon: "fa fa-home"
2323
)
2424
).AddItem(
2525
new MenuItemDefinition(
2626
"About",
2727
new LocalizableString("About", MySpaProjectConsts.LocalizationSourceName),
28-
url: "#/about",
28+
url: "/About",
2929
icon: "fa fa-info"
3030
)
3131
);

0 commit comments

Comments
 (0)