Skip to content

Commit

Permalink
fix video link for combat robotics
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanJesudason committed Sep 19, 2023
1 parent d0377ba commit 198a7fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/main-es2015.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/main-es2015.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/main-es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/main-es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/combat-robotics/combat-robotics.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1>Combat Robotics</h1>
<h2>2023-2024 Meetings: Fridays 1pm-5pm in Merryfield</h2>

<iframe class="center-vid" width="560" height="315" src="https://www.youtube.com/embed/5NGPUG7o-qg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="center-vid" width="560" height="315" src="https://youtu.be/fUXhsN5RsyA?si=gI1W0Ya9RyCywwbZ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<p>

Expand Down

0 comments on commit 198a7fe

Please sign in to comment.