We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2366d37 commit 2847a44Copy full SHA for 2847a44
1 file changed
src/Content.tsx
@@ -78,9 +78,9 @@ const days: Record<number, Function> = {
78
<iframe width="315" height="560"
79
src="https://www.youtube.com/embed/D6Pkb0LSKG0?si=RfoXNNOazUOWRjFt"
80
title="YouTube video player"
81
- frameborder="0"
+ frameBorder="0"
82
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
83
- allowfullscreen></iframe>
+ allowFullScreen></iframe>
84
85
</>)
86
},
0 commit comments