I’m using the MudNavLink component with fontawesome and it looks a bit messy with an underline so I want to remove it. Ive tried this
<MudNavLink Href="Account/Register" Style="text-decoration:none" Match="NavLinkMatch.Prefix" Icon="fa-solid fa-registered">Register</MudNavLink>
<MudNavLink Href="Account/Login" Style="text-decoration:none" Match="NavLinkMatch.Prefix" Icon="fa-solid fa-right-to-bracket">Login</MudNavLink>
but it makes no difference, anyone know how this can be done ?