Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into issue/LMBQ-395
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed Sep 24, 2024
2 parents 4fd826e + ed00fde commit 466a9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.BaseTheme/Services/MainMenuNavigationProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private async Task AddAsync(NavigationBuilder builder, ContentItem menuItem)

if (menuItem.As<LinkMenuItemPart>() is { } linkMenuItemPart)
{
builder.Add(text, menu => menu.Url(linkMenuItemPart.Url));
builder.Add(text, menu => menu.Url(linkMenuItemPart.Url).LocalNav());
}
else if (menuItem.As<ContentMenuItemPart>() is { } contentMenuItemPart)
{
Expand Down

0 comments on commit 466a9d9

Please sign in to comment.