Update app/dashboard/page.tsx

This commit is contained in:
yoginawaka 2025-03-17 18:44:57 +00:00
parent 2cb7d7bb22
commit 97d59ce297

View File

@ -206,7 +206,7 @@ const Dashboard = () => {
<div className="aspect-video w-full bg-black rounded-md overflow-hidden mb-4 "> <div className="aspect-video w-full bg-black rounded-md overflow-hidden mb-4 ">
<video <video
ref={videoRef} ref={videoRef}
className="w-full h-full object-contain" className="w-full h-full object-cover"
controls controls
playsInline playsInline
src="/assets/images/demo.mp4" src="/assets/images/demo.mp4"