Skip to content

Commit

Permalink
add class used in notifications test
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Oct 18, 2023
1 parent f705de9 commit 9fdae53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/header/nav-large.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const NavLarge = () => (
to={ page.name }
className={ classNames(
`wppcd-nav-large__link`,
`link-${ page.title }`
`link-${ page.title }`,
`wppcd-app-navitem-${ page.title }`
) }
>
{ page.title }
Expand Down

0 comments on commit 9fdae53

Please sign in to comment.