fixed nav menu routes

This commit is contained in:
gaz8860 Gary 2023-05-06 19:48:30 +01:00
parent 5817300283
commit dcff10e984

View File

@ -18,7 +18,7 @@
{
@foreach (var module in response){
<div class="nav-item px-3">
<NavLink class="nav-link" href=/module/@module.Name Match="NavLinkMatch.All">
<NavLink class="nav-link" href=@($"/module/{module.Name}") Match="NavLinkMatch.All">
<span class="oi oi-home" aria-hidden="true"></span> @module.Name
</NavLink>
</div>