Skip to content

Commit

Permalink
minor: video fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TalhaFaisalglor committed Dec 26, 2023
1 parent ffe3685 commit cee4b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/dev-onboarding/learn/rootskillview.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tocData:


<div class="video-container">
<iframe src="https://youtu.be/SiUckNpPLag?si=kqjULfkNZGF3iBME" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/SiUckNpPLag?si=SCepKnOJDJKmLbC-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

# Chapter 1
Expand Down
2 changes: 1 addition & 1 deletion src/pages/getting-started/building-an-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ title: Building an App
</style>

<div class="video-container">
<iframe src="https://youtu.be/SiUckNpPLag?si=kqjULfkNZGF3iBME" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/SiUckNpPLag?si=SCepKnOJDJKmLbC-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

# Building a Document-Based App with Spruce
Expand Down

0 comments on commit cee4b5a

Please sign in to comment.