Skip to content

Commit 901247b

Browse files
authored
Update Supported.tsx
1 parent 113f54e commit 901247b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Supported.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function Supported() {
2525
)}
2626
>
2727
{reducedMotion ? (
28-
<p>Reduce motion is on</p>
28+
<p>Reduced motion is on</p>
2929
) : (
3030
<p>
3131
Your browser doesn't{' '}

0 commit comments

Comments
 (0)