Skip to content

Commit

Permalink
Update imagecta.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 committed Nov 30, 2023
1 parent 1913a44 commit 59ad3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cigaradvisor/blocks/imagecta/imagecta.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {
createOptimizedPicture, readBlockConfig,
} from '../../scripts/aem.js';

export default async function decorate(block) {
const configs = readBlockConfig(block);
block.textContent = '';
Expand All @@ -9,4 +10,3 @@ export default async function decorate(block) {
anchor.setAttribute('href', configs.link);
block.append(anchor);
}

0 comments on commit 59ad3b7

Please sign in to comment.