Skip to content

Commit 2847a44

Browse files
committed
Fix property names
1 parent 2366d37 commit 2847a44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Content.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ const days: Record<number, Function> = {
7878
<iframe width="315" height="560"
7979
src="https://www.youtube.com/embed/D6Pkb0LSKG0?si=RfoXNNOazUOWRjFt"
8080
title="YouTube video player"
81-
frameborder="0"
81+
frameBorder="0"
8282
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
83-
allowfullscreen></iframe>
83+
allowFullScreen></iframe>
8484

8585
</>)
8686
},

0 commit comments

Comments
 (0)