Skip to content

Commit

Permalink
Update example to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Buckley committed Feb 24, 2022
1 parent 7ffa765 commit 61708ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Alternatively you can use the `our-active-class` attribute in conjuction with `o
@foreach (var item in Model.Root().Children)
{
<li our-active-href="@item.Url()" our-active-class="selected">
<a href="@item.Url()" class="nav-link" our-active-class="nav-link--active">@item.Name</a>
<a href="@item.Url()" class="nav-link">@item.Name</a>
</li>
}
</ul>
Expand Down

0 comments on commit 61708ca

Please sign in to comment.