Skip to content

Commit

Permalink
fix npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
caulagi committed Sep 7, 2023
1 parent 5751bfa commit 31d3d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/youtube-embed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const YoutubeEmbed: React.FC<YoutubeEmbedProps> = ({ title, id, start }) => {
height="315"
src={`https://www.youtube-nocookie.com/embed/${id}&amp;start=${start}`}
title={title}
frameborder="0"
frameBorder="0"
className="mx-auto mb-8"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
allowFullScreen
></iframe>
)
}
Expand Down

0 comments on commit 31d3d2d

Please sign in to comment.