1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:46:39 -04:00

clean up <Video /> props

This commit is contained in:
2022-02-16 11:10:09 -05:00
parent 3bc3e1b5a1
commit 3edaa6b0e4
10 changed files with 52 additions and 29 deletions

View File

@ -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"
/>