fix: react-doctor 72→73 (skeletons restructured to divs, video tabindex)
This commit is contained in:
@@ -158,11 +158,12 @@ export default function TuxedoVideoHero({
|
||||
{/* Background video with parallax */}
|
||||
<video
|
||||
ref={videoRef}
|
||||
aria-hidden="true"
|
||||
autoPlay
|
||||
muted
|
||||
loop
|
||||
playsInline
|
||||
tabIndex={-1}
|
||||
aria-hidden="true"
|
||||
className="absolute inset-0 w-full h-[120%] object-cover"
|
||||
style={{ zIndex: 0 }}
|
||||
src={VIDEO_URL}
|
||||
|
||||
Reference in New Issue
Block a user