Skip to content

Commit

Permalink
add cyberpunk video
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 19, 2025
1 parent 03ccbaa commit 66257aa
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="500" src="https://www.youtube.com/embed/bxcYj78UNPU?si=ieuhbEwwBOJrchS0" 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/AXb78boK8K4?si=ZvxYzyPxtxRWxv4i" 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 66257aa

Please sign in to comment.