mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-28 20:35:49 -04:00
clean up <Video /> props
This commit is contained in:
@@ -19,8 +19,10 @@ const Birthday = () => (
|
||||
|
||||
<Content>
|
||||
<Video
|
||||
webm="/static/images/birthday/birthday.webm"
|
||||
mp4="/static/images/birthday/birthday.mp4"
|
||||
src={{
|
||||
webm: "/static/images/birthday/birthday.webm",
|
||||
mp4: "/static/images/birthday/birthday.mp4",
|
||||
}}
|
||||
thumbnail={thumbnail.src}
|
||||
/>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user