We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0419cb7 commit ccb947bCopy full SHA for ccb947b
README.md
@@ -302,7 +302,7 @@ This allows for the navigation item to still have the class added to it when a c
302
```cshtml
303
@foreach (var item in Model.Root().Children)
304
{
305
- <a href="@item.Url()" class="nav-link" our-is-active-page="navi-link--active">@item.Name</a>
+ <a href="@item.Url()" class="nav-link" our-is-active-page="nav-link--active">@item.Name</a>
306
}
307
```
308
0 commit comments