Skip to content

Commit 61708ca

Browse files
author
Warren Buckley
committed
Update example to avoid confusion
1 parent 7ffa765 commit 61708ca

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
@@ -313,7 +313,7 @@ Alternatively you can use the `our-active-class` attribute in conjuction with `o
313313
@foreach (var item in Model.Root().Children)
314314
{
315315
<li our-active-href="@item.Url()" our-active-class="selected">
316-
<a href="@item.Url()" class="nav-link" our-active-class="nav-link--active">@item.Name</a>
316+
<a href="@item.Url()" class="nav-link">@item.Name</a>
317317
</li>
318318
}
319319
</ul>

0 commit comments

Comments
 (0)