SkateHive / nextskateapp

https://skate-six.vercel.app
7 stars 14 forks source link

small bugfix: camel case React prop allowFullScreen #41

Closed 0xMillz closed 3 months ago

0xMillz commented 3 months ago

allowFullScreen is camelCase in React, as opposed to how it is all lowercase in pure HTML

src: https://react.dev/learn/writing-markup-with-jsx#3-camelcase-salls-most-of-the-things https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#allowfullscreen

vercel[bot] commented 3 months ago

@0xMillz is attempting to deploy a commit to the Skatehive Team on Vercel.

A member of the Team first needs to authorize it.

sktbrd commented 3 months ago

Thanks millz!