Skip to content

Commit

Permalink
Add class .active to .nav-link
Browse files Browse the repository at this point in the history
  • Loading branch information
vrozkovec committed Nov 29, 2023
1 parent 989cb3c commit 28ba77e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ protected void populateItem(ListItem<Component> components) {
Activatable activatable = (Activatable) component;

if (activatable.isActive(component)) {
components.add(activeStateAppender);
component.add(activeStateAppender);
}
}

Expand Down

0 comments on commit 28ba77e

Please sign in to comment.