Skip to content

Commit

Permalink
fix: fixed height issue for popup and updated guide id (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshi-deriv authored Aug 6, 2024
1 parent 4ef9b9d commit be46503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/app/common/guide.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Guide = (() => {
nextButton : btn_next,
},
{
selector : '.quill-purchase-section',
selector : '#purchase_container',
description: `<h1>${localize('Step')} 4</h1>${localize('Predict the direction<br />and purchase')}`,
event_type : 'next',
nextButton : btn_finish,
Expand Down

0 comments on commit be46503

Please sign in to comment.