Skip to content

Commit

Permalink
Nav order
Browse files Browse the repository at this point in the history
  • Loading branch information
spech66 committed Jul 23, 2024
1 parent bb7192b commit 8377f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LifelogBb/Views/Shared/Components/Navigation/Navigation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public async Task<IViewComponentResult> InvokeAsync()
new NavItem("Bucket list", "fas fa-tent", new List <NavItem>
{
new NavItem("BucketLists", "Index", "Bucket list", "fas fa-tent"),
new NavItem("BucketLists", "Table", "Table", "fas fa-table"),
new NavItem("BucketLists", "VisionBoard", "Vision board", "fas fa-chart-bar icon"),
new NavItem("BucketLists", "Table", "Table", "fas fa-table"),
}),
new NavItem("Quotes", "fas fa-quote-right", new List<NavItem>
{
Expand Down

0 comments on commit 8377f29

Please sign in to comment.