Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP committed Nov 25, 2024
1 parent a79e4f7 commit 3e19d6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/VideoPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ export default function VideoPlayer({ video_url, thumbnailUrl }: Props) {
return (
<MediaPlayer
className="ring-media-focus aspect-video w-full overflow-hidden rounded-md bg-black font-sans text-white data-[focus]:ring-4"
title="Sprite Fight"
src={[
{
src: video_url,
type: "video/mp4",
type: "video/webm",
},
]}
crossOrigin
Expand Down

0 comments on commit 3e19d6b

Please sign in to comment.