Skip to content

Commit

Permalink
Update hero.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 committed Jan 18, 2024
1 parent 077f6e3 commit 5cd8a85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cigaradvisor/blocks/hero/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ function buildSearch() {
}

export default async function decorate(block) {
block.classList.add('under-nav');
const style = getMetadata('hero-style');
if (style) {
block.classList.add(style.toLowerCase());
Expand Down

0 comments on commit 5cd8a85

Please sign in to comment.