Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEX-19622 | added signature option to hero banner #169

Merged
merged 6 commits into from
Sep 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into DEX-19622
  • Loading branch information
iconstantin-bd committed Sep 18, 2024
commit 40f26de5526ef5845d9b97b1eff26b2d28218203
1 change: 1 addition & 0 deletions _src/blocks/hero/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default async function decorate(block) {
// this defines wether the modals automatically refresh or not in the hero banner
stopAutomaticModalRefresh,
signature,
label,
} = block.closest('.section').dataset;

buildHeroBlock(block);
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.