Skip to content

Commit

Permalink
fix: change login video src with new video src
Browse files Browse the repository at this point in the history
  • Loading branch information
SimNed committed Oct 3, 2023
1 parent 6d04388 commit d4030ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const SignInTeacher = () => {
<KeepRatio ratio={0.45} width="95%" maxWidth="1200px" minHeight="400px" className="login__container">
<div className="text-center" style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', marginTop: '2rem' }}>
<iframe
src="https://player.vimeo.com/video/754287113?h=181d44f047"
src="https://player.vimeo.com/video/868665438"
width="640"
height="360"
frameBorder="0"
Expand Down

0 comments on commit d4030ee

Please sign in to comment.