Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Drashti Modasara authored and Drashti Modasara committed Dec 12, 2023
1 parent be65668 commit 68b1520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creativecloud/features/genfill/genfill-interactive.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async function addEnticement(container, enticement, mode) {
entcmtEl.classList.add('enticement');
const viewports = ['tablet', 'desktop'];
viewports.forEach((v) => {
const mDiv = container.querySelector(`.${v}-only`);
const mDiv = container.querySelector(`.media.${v}-only`);
mDiv.insertBefore(entcmtEl.cloneNode(true), mDiv.firstElementChild);
});
}
Expand Down

0 comments on commit 68b1520

Please sign in to comment.