Fix two more DOM attribute casing

This commit is contained in:
Adam Harvey
2021-01-05 14:54:30 -05:00
parent fff6ffd511
commit da66c31596
+2 -2
View File
@@ -102,7 +102,7 @@ const Background = props => {
src="https://www.youtube.com/embed/YLAd5hdXR_Q"
frameBorder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
allowFullScreen
></iframe>
</Block.MediaFrame>
</Block.Container>
@@ -137,7 +137,7 @@ const Background = props => {
src="https://www.youtube.com/embed/mOLCgdPw1iA"
frameBorder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
allowFullScreen
></iframe>
</Block.MediaFrame>
</Block.Container>