diff --git a/src/components/apply/ApplyHeader.jsx b/src/components/apply/ApplyHeader.jsx index bf00e6e9..f6c484d1 100644 --- a/src/components/apply/ApplyHeader.jsx +++ b/src/components/apply/ApplyHeader.jsx @@ -1,9 +1,8 @@ 'use client' import { useRef, useMemo } from 'react' -import { useInView } from 'framer-motion' +import { useInView, motion, useScroll, useTransform } from 'framer-motion' import { Container } from '@/components/shared/Container' -import { motion, useScroll, useTransform } from 'framer-motion' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faDiscord, faGithub } from '@fortawesome/free-brands-svg-icons' import { faLightbulb, faComments, faPaperPlane } from '@fortawesome/free-solid-svg-icons' @@ -89,27 +88,27 @@ export function ApplyHeader({ children }) { {/* background track line */}
- {/* animated yellow fill */} + {/* animated green and yellow fill */} {/* travelling dot with pulsing rings */}