diff --git a/src/pages/index.tsx b/src/pages/index.tsx index efb8c2a..035e21b 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -63,7 +63,7 @@ export const query = graphql` const IndexPage = (props) => { const { t } = useTranslation(); - const reduceMotion = useMediaQuery("(prefers-reduced-motion: reduce)") + const reduceMotion = useMediaQuery("(prefers-reduced-motion: reduce)"); React.useEffect(() => { if (typeof window === "undefined") return; @@ -118,7 +118,7 @@ const IndexPage = (props) => { className={styles.heroSectionBg} id="particle-container" > -