Skip to content

Commit

Permalink
Merge pull request #121 from RamiAwar/fix-fe-deploy-iframe-bug
Browse files Browse the repository at this point in the history
fix: Fix FE build issue with iframe
  • Loading branch information
RamiAwar authored Apr 9, 2024
2 parents 53f8118 + 827e2a9 commit 53f2479
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion text2sql-frontend/src/components/Landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,11 @@ export const Landing = () => {

</div>
</div>
<iframe className="rounded-xl shadow-xl ring-1 ring-white/10 md:-ml-4 lg:-ml-0 w-full h-[20rem] s:w-[" src="https://www.youtube.com/embed/3sKIoVp8QRw?si=e4CJ4X3xdLAMBRke" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe className="rounded-xl shadow-xl ring-1 ring-white/10 md:-ml-4 lg:-ml-0 w-full h-[20rem] s:w-["
src="https://www.youtube.com/embed/3sKIoVp8QRw?si=e4CJ4X3xdLAMBRke"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen>
</iframe>
</div>
</div>
</div >
Expand Down

0 comments on commit 53f2479

Please sign in to comment.