We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113f54e commit 901247bCopy full SHA for 901247b
site/src/components/Supported.tsx
@@ -25,7 +25,7 @@ export default function Supported() {
25
)}
26
>
27
{reducedMotion ? (
28
- <p>Reduce motion is on</p>
+ <p>Reduced motion is on</p>
29
) : (
30
<p>
31
Your browser doesn't{' '}
0 commit comments