Update app/dashboard/page.tsx

This commit is contained in:
yoginawaka 2025-03-17 18:57:53 +00:00
parent 8765ad72af
commit 15c9cdebab

View File

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