refactor(split): rename DeepDrftWeb -> DeepDrftPublic and DeepDrftWeb.Client -> DeepDrftPublic.Client (Phase 4)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<NavLink href="@Href" Match="@(Match ?? NavLinkMatch.Prefix)" class="nav-menu-item">
|
||||
<div class="nav-item-content">
|
||||
@if (Icon != null)
|
||||
{
|
||||
<MudIcon Icon="@Icon" class="nav-item-icon" />
|
||||
}
|
||||
<span class="nav-item-text">
|
||||
@if (ChildContent != null)
|
||||
{
|
||||
@ChildContent
|
||||
}
|
||||
</span>
|
||||
</div>
|
||||
</NavLink>
|
||||
Reference in New Issue
Block a user