Skip to content

Commit

Permalink
Update NavbarMenu.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Jan 7, 2025
1 parent b4eca5f commit fb32ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CleanAspire.ClientApp/Services/Navigation/NavbarMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ public static class NavbarMenu
{
Label = "All Products",
Href = "/products/index",
Status = PageStatus.New,
Status = PageStatus.Completed,
Description = "View all available products in our inventory."
},
new MenuItem
{
Label = "Stock Inquiry",
Href = "/stocks/index",
Status = PageStatus.Completed,
Status = PageStatus.New,
Description = "Check product stock levels."
},
new MenuItem
Expand Down

0 comments on commit fb32ea6

Please sign in to comment.