Skip to content

Commit 3ac5c7d

Browse files
committed
Add aria-hidden to video
1 parent 3ec1ce6 commit 3ac5c7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/index-page/graphql-advantages/productivity.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export function ProductivityFigure() {
1212
muted
1313
loop
1414
playsInline
15+
// the video is irrelevant to screen readers as its soundless
16+
aria-hidden
1517
// @ts-expect-error @types/react doesn't support fetchPriority yet
1618
fetchpriority="low"
1719
>

0 commit comments

Comments
 (0)