Skip to content

Commit

Permalink
fix config typo
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Sep 20, 2023
1 parent 2bb42ef commit cbd8596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = defineConfig({
wpVersion,
phpVersion,
pluginId: 'mojo',
appId: 'mppw',
appId: 'wppm',
},
downloadsFolder: 'tests/cypress/downloads',
fixturesFolder: 'tests/cypress/fixtures',
Expand Down
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(
`wppm-nav-large__link`,
`link-${ page.title }`
`link-${ page.title }`,
`wppm-app-navitem-${ page.title }`
) }
>
{ page.title }
Expand Down

0 comments on commit cbd8596

Please sign in to comment.