Skip to content

Commit

Permalink
update docs media
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Nov 8, 2024
1 parent 7754c16 commit 5851df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/MediaSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function MentionsSection() {
<Translate>Latest video update</Translate>
</Heading>
<div className={clsx('row', styles.media)}>
<iframe width="100%" height="400px" src="https://www.youtube-nocookie.com/embed/VPYYy1bnw1Y?si=xVDr7GPB1X_gIOuA&amp;controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="100%" height="500" src="https://www.youtube.com/embed/gS7Nmc8LsAU?si=MyCNZ0DZ09k2laKs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</section>
);
Expand Down

0 comments on commit 5851df3

Please sign in to comment.