Update video.tsx

This commit is contained in:
Hayden Bleasel
2025-11-16 10:18:12 -08:00
parent cc3fbeebdd
commit 74d1670484
+1 -1
View File
@@ -4,7 +4,7 @@ import ReactPlayer from "react-player";
type VideoProps = ComponentProps<typeof ReactPlayer>;
export const Video = (props: VideoProps) => (
<div className="relative mb-6 aspect-video w-full overflow-hidden rounded-lg bg-black">
<div className="not-prose relative mb-6 aspect-video w-full overflow-hidden rounded-lg bg-black">
<ReactPlayer
{...props}
className="absolute inset-0"