Skip to content

Commit

Permalink
Move menu items to Administration
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Aug 22, 2023
1 parent cdca283 commit f68de9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private Task ConfigureMainMenuAsync(MenuConfigurationContext context)
{
//Add main menu items.
context.Menu.GetAdministration().AddItem(new ApplicationMenuItem(BookingServiceOrleansMenus.Prefix,
displayName: "BookingService", "~/BookingService", icon: "fa fa-globe"));
displayName: "BookingService", "~/BookingService", icon: "fa fa-book-user"));

return Task.CompletedTask;
}
Expand Down

0 comments on commit f68de9d

Please sign in to comment.