Skip to content

Commit

Permalink
add demo to splash page
Browse files Browse the repository at this point in the history
  • Loading branch information
Musa-Azeem committed Apr 22, 2024
1 parent e26ff08 commit 3abbe60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/app/src/pages/SplashPage/SplashPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ const SplashPage = () => {
</div>
<div className="splashPageSection splashPageDemo">
<h1>Demo</h1>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/tgbNymZ7vqY">
<iframe
src="https://www.youtube.com/embed/JF7RciIm4Fc">
</iframe>
<h2>
See demo to experience the USC Faculty Dashboard in action!
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/pages/SplashPage/splash-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
.splashPageDemo iframe {
display: block;
width: 80%;
height: 60vh;
height: 70vh;
border: 2px solid black;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
Expand Down

0 comments on commit 3abbe60

Please sign in to comment.