Skip to content

Commit 9fc5cca

Browse files
fix fetchPriority casing that was causing console errors
1 parent bdef66b commit 9fc5cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function ProductivityFigure() {
1515
// the video is irrelevant to screen readers as its soundless
1616
aria-hidden
1717
// @ts-expect-error @types/react doesn't support fetchPriority yet
18-
fetchpriority="low"
18+
fetchPriority="low"
1919
>
2020
<source
2121
src={`${VIDEOS_DIR}/graphiql-dark.mp4`}

0 commit comments

Comments
 (0)