fix: react-doctor 72→73 (skeletons restructured to divs, video tabindex)

This commit is contained in:
Nora
2026-06-26 05:03:28 -06:00
parent a78b0ab630
commit 7c09487058
5 changed files with 46 additions and 80 deletions
@@ -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}