Skip to content

Commit

Permalink
fixed classname issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ericeoeur committed Feb 11, 2025
1 parent c6d140d commit d9d5066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default async function decorate(block) {

// Rendering the Store Switcher Modal Content
const $storeSwitcherBtn = footer.querySelector(
'.storeview-switcher--button',
'.storeview-switcher-button',
);

// Store Switcher Modal Content - Chore: move to different file
Expand Down

0 comments on commit d9d5066

Please sign in to comment.