Update app/dashboard/page.tsx

This commit is contained in:
yoginawaka 2025-03-17 19:10:40 +00:00
parent 15c9cdebab
commit c5cbddedf9

View File

@ -203,10 +203,10 @@ const Dashboard = () => {
</button> </button>
</div> </div>
<div className="w-full rounded-md overflow-hidden mb-4 relative"> <div className="w-full h-[400px] bg-black rounded-md overflow-hidden mb-4 ">
<video <video
ref={videoRef} ref={videoRef}
className="w-full object-cover absolute inset-0 -top-[10%] h-[120%]" className="w-full h-full object-cover"
controls controls
playsInline playsInline
src="/assets/images/demo.mp4" src="/assets/images/demo.mp4"