Update remixGuide.tsx

pull/5304/head
Liana Husikyan 1 month ago committed by yann300
parent e3906eb7ad
commit ada0d924ed
  1. 2
      apps/remix-ide/src/app/plugins/remixGuide.tsx

@ -161,7 +161,7 @@ export class RemixGuidePlugin extends ViewPlugin {
<iframe style={{ minHeight: "500px", minWidth: "1000px" }} width="1000" height="500" src={"https://www.youtube.com/embed/" + this.videoID + "?si=ZdckOaSPR7VsLj_2"} allowFullScreen></iframe>
</div>
<div className="modal-footer d-flex flex-column">
<button onClick={() => {
<button className="btn btn-secondary" onClick={() => {
this.showVideo = false
this.renderComponent()
}}>Close</button>

Loading…
Cancel
Save