We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdef66b commit 9fc5ccaCopy full SHA for 9fc5cca
src/components/index-page/graphql-advantages/productivity.tsx
@@ -15,7 +15,7 @@ export function ProductivityFigure() {
15
// the video is irrelevant to screen readers as its soundless
16
aria-hidden
17
// @ts-expect-error @types/react doesn't support fetchPriority yet
18
- fetchpriority="low"
+ fetchPriority="low"
19
>
20
<source
21
src={`${VIDEOS_DIR}/graphiql-dark.mp4`}
0 commit comments