Skip to content

Commit

Permalink
Missed one ADO error
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Mar 6, 2024
1 parent c868739 commit 4aef2ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/Demo/Shared/Shared/DemoNavProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ public DemoNavProvider()
title: "Services",
expanded: false,
gap: "10px",
children:
[
children: new List<NavItem>
{
new NavLink(
href: "/DialogService",
icon: new Icons.Regular.Size20.AppGeneric(),
Expand All @@ -103,7 +103,7 @@ public DemoNavProvider()
icon: new Icons.Regular.Size20.FoodToast(),
title: "ToastService"
)
]
}
)
}
),
Expand Down

0 comments on commit 4aef2ac

Please sign in to comment.