File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1010}
1111else
1212{
13- <NavLink @attributes =" @AdditionalAttributes" @onclick:preventDefault =" @PreventDefault" class =" @ClassString" href =" @HrefString" target =" @TargetString" Match =" @ItemMatch " style =" @StyleClassString " aria-expanded =" @AriaExpandedString" >
13+ <NavLink @attributes =" @AdditionalAttributes" @onclick:preventDefault =" @PreventDefault" class =" @ClassString" href =" @HrefString" target =" @TargetString" Match =" @Item.Match " style =" @StyleClassString " aria-expanded =" @AriaExpandedString" >
1414 <div class =" flex-fill" >
1515 <i class =" @IconString" ></i >
1616 <span class =" menu-text" >@Item.Text </span >
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ public sealed partial class MenuLink
5353 [ NotNull ]
5454 private IStringLocalizer < Menu > ? Localizer { get ; set ; }
5555
56- private NavLinkMatch ItemMatch => Item . Match ;
57-
5856 private string ? IconString => CssBuilder . Default ( "menu-icon" )
5957 . AddClass ( Item . Icon )
6058 . Build ( ) ;
You can’t perform that action at this time.
0 commit comments