Skip to content

Commit ccb947b

Browse files
Warren Buckleyronaldbarendse
andauthored
Update README.md
Co-authored-by: Ronald Barendse <[email protected]>
1 parent 0419cb7 commit ccb947b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ This allows for the navigation item to still have the class added to it when a c
302302
```cshtml
303303
@foreach (var item in Model.Root().Children)
304304
{
305-
<a href="@item.Url()" class="nav-link" our-is-active-page="navi-link--active">@item.Name</a>
305+
<a href="@item.Url()" class="nav-link" our-is-active-page="nav-link--active">@item.Name</a>
306306
}
307307
```
308308

0 commit comments

Comments
 (0)