Skip to content

Commit

Permalink
no trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
webjsavella committed Dec 16, 2024
1 parent a5c0fd8 commit c45763e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eds/blocks/local-navigation/local-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ function appendPageTitle(pgObj, block, i) {
aHref.setAttribute('aria-current', 'true');
}
if (pgObj.subnavItems) {
const subNavItems = domEl('button', {
class: 'subnav-btn',
'aria-expanded': 'false',
'aria-controls': 'subnav',
'attr-order': i
const subNavItems = domEl('button', {
class: 'subnav-btn',
'aria-expanded': 'false',
'aria-controls': 'subnav',
'attr-order': i,
});
const subNav = domEl('div', { class: 'subnav', id: 'subnav', 'aria-hidden': 'true' });
const subNavUL = domEl('ul', { class: 'subnav-ul' });
Expand Down

0 comments on commit c45763e

Please sign in to comment.