@using Iceshrimp.Assets.PhosphorIcons @if (Link.Icon != null) { } @Link.Name @if (Link.IconRight != null) { } @code { [Parameter, EditorRequired] public required NavBar.NavLink Link { get; set; } private string Target => Link.NewTab ? "_blank" : "_self"; }