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