Skip to content

Commit ad99cd6

Browse files
committed
Add main ARIA region
1 parent d05b5d8 commit ad99cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/VideoPlayer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export default function VideoPlayerApp() {
325325
const { t } = useLingui();
326326

327327
return (
328-
<div
328+
<main
329329
className={`relative h-screen w-screen overflow-hidden transition-colors duration-200 ${
330330
uiControls.isDragOver ? "bg-blue-900/20" : "bg-black"
331331
} ${
@@ -405,6 +405,6 @@ export default function VideoPlayerApp() {
405405
setShowInfo(false);
406406
}}
407407
/>
408-
</div>
408+
</main>
409409
);
410410
}

0 commit comments

Comments
 (0)