Skip to content

Commit

Permalink
Update video on about page (Azure#221)
Browse files Browse the repository at this point in the history
Update video on about page
  • Loading branch information
gkulin authored Oct 17, 2023
1 parent ae0fd84 commit 055c182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function HomepageHeader() {
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<h1 className="hero__title">{siteConfig.title}</h1>
<iframe width="773" height="435" src="https://www.youtube.com/embed/VTk-FhJyo7s" title="Introducing the Azure Developer CLI (azd) | Azure Friday" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
<iframe width="773" height="435" src="https://www.youtube.com/embed/9z3PiHSCcYs?si=F1yKpoiOQnzb4o-K" title="Azure Developer CLI: GitHub to cloud in minutes - Universe 2022" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>

<p className="hero__subtitle">{siteConfig.tagline}</p>
Expand Down

0 comments on commit 055c182

Please sign in to comment.